Raja CRN

Forum Replies Created

Viewing 15 posts - 781 through 795 (of 1,502 total)
  • Author
    Posts
  • in reply to: I want to hide menu responsive #5147
    Raja CRN
    Keymaster

    Hello,

    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.

    in reply to: Changing the way events are shown on home page #5139
    Raja CRN
    Keymaster
    This reply has been marked as private.
    in reply to: I want to hide menu responsive #5138
    Raja CRN
    Keymaster

    Hello,

    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.

    in reply to: Need help for search bar & top menu #5137
    Raja CRN
    Keymaster

    Hello,

    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.

    in reply to: Remove "Read more" button #5136
    Raja CRN
    Keymaster

    Hello, this WordPress update won’t change the theme functionality. if you want to remove do the same method like above.

    Thanks.

    in reply to: Float Menu #5135
    Raja CRN
    Keymaster

    Yes, this theme can do that. We are going the update the theme with this feature soon.

    in reply to: I want to hide menu responsive #5121
    Raja CRN
    Keymaster
    jQuery("#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) ?   ' &nbsp;&mdash; ' + text : text;
    	text = (depth > 2) ?   '&nbsp;&nbsp;'+ text : text;
    	text = (depth > 3) ?   '&nbsp;&nbsp;&nbsp;&mdash;'+ 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();
    });
    in reply to: Issuu social icon #5120
    Raja CRN
    Keymaster

    That’s great.

    in reply to: Changing the way events are shown on home page #5119
    Raja CRN
    Keymaster

    Hi,

    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.

    in reply to: CANNOT REMOVE OLD HEADER!!! #5103
    Raja CRN
    Keymaster

    Hello,

    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

    in reply to: I want to hide menu responsive #5102
    Raja CRN
    Keymaster

    Hi,

    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 bases

    Hope you got it. Sorry for the delayed response.

    in reply to: Add video by shortcode #5095
    Raja CRN
    Keymaster
    This reply has been marked as private.
    in reply to: disable bearking news #5104
    Raja CRN
    Keymaster

    Hello,

    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.

    in reply to: disable bearking news #5082
    Raja CRN
    Keymaster

    Hello,

    Go to WP Dashboard > SilverMag Pro > Home Settings > Breaking News Ticker > Just Choose –> Select a category:

    Thanks.

    in reply to: Add video by shortcode #5080
    Raja CRN
    Keymaster

    Hello,

    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.

Viewing 15 posts - 781 through 795 (of 1,502 total)