Forum Replies Created

Viewing 20 posts - 921 through 940 (of 4,903 total)
  • Author
    Posts
  • in reply to: Page order sequence ignored on categories page ignored #113369
    Mahesh
    Participant

    @themecatcher: Are you using any plugins?

    Regards,
    Mahesh

    in reply to: Changing the default footer #113368
    Mahesh
    Participant

    @kejpa: You’ll need to call the add_action in init hook. I hope you understand.

    Regards,
    Mahesh

    Mahesh
    Participant

    @kerbyengen: Add the following CSS:

    #access .menu .current-menu-item > a, #access .menu .current-menu-ancestor > a, #access .menu .current_page_item > a, #access .menu .current_page_ancestor > a, #access-secondary .menu .current-menu-item > a, #access-secondary .menu .current-menu-ancestor > a, #access-secondary .menu .current_page_item > a, #access-secondary .menu .current_page_ancestor > a, #access-footer ul.menu .current-menu-item a {
        font-weight: normal;
    }

    Regards,
    Mahesh

    Mahesh
    Participant

    @smartdog: I don’t quite get you. Can you please explain further. Please post in your site url.

    Regards,
    Mahesh

    in reply to: Every Page Is Showing Easy Digital Download Category #113364
    Mahesh
    Participant

    @sydneyjb: Checked the same on our server and found no such issue. Let me know further.

    Regards,
    Mahesh

    in reply to: Easy Digital Download Gallery Is Not Responsive #113362
    Mahesh
    Participant

    @sydneyjb: This can be fixed with CSS. Go to Dashboard=> Appearance=> Customize=> Additioanl CSS box and add the following CSS:

    @media screen and (max-width: 767px) and (min-width: 600px) {
        .edd_download_columns_0 .edd_download, .edd_download_columns_3 .edd_download 	{
            width: 50%;
        }
    }
    
    @media screen and (max-width: 599px) {
        .edd_download_columns_0 .edd_download, .edd_download_columns_3 .edd_download 	{
            width: 100%;
        }
    }

    Regards,
    Mahesh

    in reply to: Page layout problem with portfolio plugin page #113356
    Mahesh
    Participant

    @gekow: Go to edit page, and make sure, Default option is selected in Layout Option in Fabulous Fluid Pro Options. This option will override the general setting in customizer. Setting this option to default will use the layout put in the Default layout in custoimzer (throughout website).

    Regards,
    Mahesh

    in reply to: Rotating header image? #113354
    Mahesh
    Participant

    @ksalyers: Just with CSS, this is not possible. You’ll need to customize the theme further more.

    Regards,
    Mahesh

    in reply to: Homepage not showing latest post #113348
    Mahesh
    Participant

    @chewfamily: I checked your site just now, and currently Race Review: 2XU Compression Run 2017 (21.1km) is the latest post being displayed without Full refresh. Just loading your site is working fine on mine. Please check on another device and let me know if it resolves the issue.

    Regards,
    Mahesh

    Mahesh
    Participant

    @sumiko: Do you get any error while saving the changes? And about the note on the slider, what is the text you’ve actually put in the settings. Please let me know further.

    Regards,
    Maehsh

    in reply to: Receiving 404 errors #113246
    Mahesh
    Participant

    @bajaharry; Just to let you know that the update has been release with the fix. Please update.

    Regards,
    Mahesh

    in reply to: Headlines H1 and H2 #113245
    Mahesh
    Participant

    @peterdroginformation-nu: Thank you for your appreciation. Have a nice weekend you too!

    Regards,
    Mahesh

    in reply to: Changing the default footer #113241
    Mahesh
    Participant

    @kejpa: Removing the hook would be more better than just hiding it, since you are already customizing.

    Regards,
    Mahesh

    in reply to: Slider Arrow & Button removal #113237
    Mahesh
    Participant

    @djgaryc: Thank you for your appreciation. Have a nice day!

    Regards,
    Mahesh

    in reply to: Add another SNS logo & link as social widget #113232
    Mahesh
    Participant

    @sumiko: I have replied you on the another thread, so I’ll skip this one.

    Regards,
    Mahesh

    Mahesh
    Participant

    @sumiko: Go to Dashboard=> Appearance=> Customize=> Additional CSS box and add the following CSS:

    /* Standard Menu Color */
    #header-menu #access ul.menu a, #colophon #access-footer ul.menu a {
    	color: #ff0000;
    }
    
    /* Active Menu Color */ 
    #header-menu #access .menu .current-menu-item > a, #header-menu #access .menu .current-menu-ancestor > a, #header-menu #access .menu .current_page_item > a, #header-menu #access .menu .current_page_ancestor > a, #colophon #access-footer ul.menu .current-menu-item a {
    	background-color: #ff00ff;
    	color: #fff;
    }
    
    /* Hover/Focus Menu Color */
    #header-menu #access ul.menu li:hover > a, #header-menu #access ul.menu a:focus, #colophon #access-footer ul.menu a:hover, #colophon #access-footer ul.menu a:focus {
    	background-color: #00ff00;
    	color: #000;
    }

    On slider, in Japanese version, you have continue reading text and in English version you have Japanese language for continue reading. And English version has only one slide. Let me know if I can help you further.

    Regards,
    Mahesh

    in reply to: Changing the default footer #113229
    Mahesh
    Participant

    @kejpa: Oh sorry about that, forgot that this function can’t be override and must be replaced. Copy the original function to the child theme’s functions.php and rename the function and change the content as desired and hook it. If you are not familiar with coding, I recommend you to hire a customizer.

    Regards,
    Mahesh

    in reply to: Headlines H1 and H2 #113227
    Mahesh
    Participant

    @peterdroginformation-nu: For those further changes I recommend you to hire a customizer.

    Regards,
    Mahesh

    Mahesh
    Participant

    @kerbyengen: Tried again but still your site is seem to be down. Try the following CSS. Go to Dashboard=> Appearance=> Customize=> Additional CSS box and add the following CSS:

    #access .menu .current-menu-item > a, #access .menu .current-menu-ancestor > a, #access .menu .current_page_item > a, #access .menu .current_page_ancestor > a, #access-secondary .menu .current-menu-item > a, #access-secondary .menu .current-menu-ancestor > a, #access-secondary .menu .current_page_item > a, #access-secondary .menu .current_page_ancestor > a, #access-footer ul.menu .current-menu-item a {
        color: #ff0000;
    }

    Regards,
    Mahesh

    in reply to: Trying to Set 'Featured Image' as Page Background Image #113223
    Mahesh
    Participant

    @infocommunitypartnersnh-org: For this, you’ll need to create a child theme. You can find more details on creating child theme HERE. Then in your child theme, create a file name it content-page.php and paste the code from the following link.
    http://bit.ly/2npv78B

    Regards,
    Mahesh

Viewing 20 posts - 921 through 940 (of 4,903 total)