Raja CRN
Forum Replies Created
-
AuthorPosts
-
Raja CRN
KeymasterHello,
The deletion of code will not cause any issues like you mentioned. However, We’ve checked your site menu and the expand/collapse works well.
Raja CRN
KeymasterThis reply has been marked as private.Raja CRN
KeymasterHello,
We don’t see that responsive menu in our browser. That could be returned from browser cache file. Try to open your site in different browser and also clear your browser cache.
Raja CRN
KeymasterHello,
For the Page navigation dots and Mobile Top Menu issues, put the following code in the WP dashboard > Appearnace > theme options > Styling > Custom CSS and save that.
.page-numbers.dots{ color:#111!important; } #wrapper > #catnav > #catmenu { display: block; }The search bar can’t be moved with this code. You need separate code section for that.
We’ll check the Mobile Navigation issue and provide you the necessary solution.
We try to provide faster support, but Sometimes the questions asked in the weekend, we can’t.Raja CRN
KeymasterHello, this WordPress update won’t change the theme functionality. if you want to remove do the same method like above.
Thanks.
Raja CRN
KeymasterYes, this theme can do that. We are going the update the theme with this feature soon.
Raja CRN
KeymasterjQuery("#catnav.secondary").append('<select class="resp-nav container">'); /* Create default option "Go to..."*/ jQuery("<option />", { "selected": "selected", "value" : "", "text" : "Select Menu" }).appendTo("#catnav.secondary select"); /* Populate dropdowns with the first menu items*/ jQuery("#catnav.secondary li ").each(function() { var href = jQuery(this).children('a').attr('href'); var text = jQuery(this).children('a').html(); var depth = jQuery(this).parents('ul').length; text = (depth > 1) ? ' — ' + text : text; text = (depth > 2) ? ' '+ text : text; text = (depth > 3) ? ' —'+ text : text; jQuery("#catnav.secondary select").append('<option value="' + href + '">' + text + '</option>'); }); /*make responsive dropdown menu actually work */ jQuery("#catnav.secondary select").change(function() { window.location = jQuery(this).find("option:selected").val(); });Raja CRN
KeymasterThat’s great.
Raja CRN
KeymasterHi,
You can change the wp_query in in the theme file. You can find that as a blog-loop.php file in the theme folder and add the order by parameter in wp query. For that refer wp query in wp codex page.
Raja CRN
KeymasterHello,
I think the header (Mic) has been added by you. try to disable the all WP plugins in your blog and see the result. We don’t have perfect solutions to that, because that customization has been done by you.
Thanks
Raja CRN
KeymasterHi,
Yes, You can remove it. Edit tpcrn_scripts.js file in js folder.
There delete the section of the code to remove the responsive menu.
/*Create the dropdown bases ……
……
The code to be removed here.
…..
/*Create the dropdown basesHope you got it. Sorry for the delayed response.
Raja CRN
KeymasterThis reply has been marked as private.Raja CRN
KeymasterHello,
That should work. We’ve tested in our demo blog and it works. If you have enabled the cache plugin, try to purge the cache and try in different browser.
Raja CRN
KeymasterHello,
Go to WP Dashboard > SilverMag Pro > Home Settings > Breaking News Ticker > Just Choose –> Select a category:
Thanks.
Raja CRN
KeymasterHello,
Currently, theme has come with the custom fields for all kinds of formats. Could you please share your site details with temporary login details? So that, we can give a perfect solution.
Thanks.
-
AuthorPosts
