Forum Replies Created

Viewing 20 posts - 2,481 through 2,500 (of 4,908 total)
  • Author
    Posts
  • in reply to: [My first post] How to have no pages/posts on homepage #101305
    Mahesh
    Participant

    @irogsinta: Sorry for the late reply. Glad to know you’ve figured it out all by yourself. Have a nice day!

    Regards,
    Mahesh

    in reply to: White boxes instead of text in featured image slider #101172
    Mahesh
    Participant

    @zerolizer0: I checked your site and the navigation is working fine (tested on Chrome and Firefox). Please check the image in the link below:
    http://bit.ly/2d3uls9

    Regards,
    Mahesh

    in reply to: Resize Sidebar e-commerce #101171
    Mahesh
    Participant

    @anamaggarwal1991gmail-com: Why are you using both px and rem? Use px only and try again. Please use the following CSS:

    @media screen and (min-width: 961px) {	
    	#primary {
    		width: 530px;		
    	}		
    	#secondary {
    		width: 300px;
    	}		
    }
    @media screen and (min-width: 1025px) {
    	#primary {
    		width: 590px;		
    	}		
    	#secondary {
    		width: 300px;
    	}		
    }
    @media screen and (min-width: 1153px) {
    	#primary {
    		width: 670px;		
    	}		
    	#secondary {
    		width: 310px;
    	}	
    }
    @media screen and (min-width: 1281px) {
    	#primary {
    		width: 750px;
    	}
    	#secondary {
    		width: 320px;
    	}	
    }
    @media screen and (min-width: 1345px) {
    	#primary {
    		width: 770px;
    	}
    	#secondary {
    		width: 360px;	
    	}
    }

    Regards,
    Mahesh

    in reply to: Delete Table borders #101170
    Mahesh
    Participant

    @travhage524: Since the link is for admin, I cannot access the link. Can you please post in link to the page with the table?

    Regards
    Mahesh

    in reply to: change "older posts" to post title on posts page #101169
    Mahesh
    Participant

    @effess: When accessed from the “recent posts” widget, the post titles ARE shown at the bottom of the page, this is single page navigation. That is why, adjacent post title appears. Navigation through single post.
    “posts page” is accessed from the (secondary) menu, “older posts” and “newer posts”
    This is main post page navigation. Navigation through number of posts set as limit in settings.
    Hope you understand.

    Regards,
    Mahesh

    in reply to: Gallery Lightbox does not work #101168
    Mahesh
    Participant

    @debswebs: Go to Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS box and add the following CSS:

    .gllr_catch-evolution-pro #secondary {
        display: none;
    }
    .gllr_catch-evolution-pro #primary{
        width: 100%;
    }

    Regards,
    Mahesh

    in reply to: [My first post] How to have no pages/posts on homepage #101165
    Mahesh
    Participant

    @irogsinta: For this, you’ll need to use Static Front Page. First create a page with the content you would like to display on the homepage. Then go to Dashboard=> Appearance=> Customize=> Static Front Page and select A Static Page in Front page displays option then select the very page you created with custom content you wanted to display on the homepage in Front Page and some other page in Posts page where you want to display the latest posts.

    Regards,
    Mahesh

    in reply to: Resize Sidebar e-commerce #101164
    Mahesh
    Participant

    @anamaggarwal1991gmail-com: Sorry for the late reply.
    Why are you using both px and rem? Use px only and try again. Please use the following CSS:

    @media screen and (min-width: 961px) {	
    	#primary {
    		width: 530px;		
    	}		
    	#secondary {
    		width: 300px;
    	}		
    }
    @media screen and (min-width: 1025px) {
    	#primary {
    		width: 590px;		
    	}		
    	#secondary {
    		width: 300px;
    	}		
    }
    @media screen and (min-width: 1153px) {
    	#primary {
    		width: 670px;		
    	}		
    	#secondary {
    		width: 310px;
    	}	
    }
    @media screen and (min-width: 1281px) {
    	#primary {
    		width: 750px;
    	}
    	#secondary {
    		width: 320px;
    	}	
    }
    @media screen and (min-width: 1345px) {
    	#primary {
    		width: 770px;
    	}
    	#secondary {
    		width: 360px;	
    	}
    }

    Regards,
    Mahesh

    in reply to: Remove space between menu and content #101163
    Mahesh
    Participant

    @mistye: Add the following CSS:

    #secondary {
        text-align: center;
    }

    Regards,
    Mahesh

    in reply to: how to add text to the site branding area. #101162
    Mahesh
    Participant

    @strat76: Color can be modified with custom CSS. But for adding custom div, text, you’ll need to create a child theme and customize further. You can find more details on creating child theme HERE. If you are not much familiar with coding, I recommend you to hire a customizer.

    Regards,
    Mahesh

    in reply to: Change color content background only on my first page #101092
    Mahesh
    Participant

    @micwilly: Go to Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS box and add the following CSS:

    .home .hentry {
        background-color: #ff00ff;
    }

    Note: Please change the color as desired.

    Regards,
    Mahesh

    in reply to: Same display on IE 11 and Firefox #101088
    Mahesh
    Participant

    @micwilly: Please add the following CSS:

    @media screen and (min-width: 1281px ) and (max-width: 1684px) {
        .two-columns #secondary{
            width: 24%;
        }
    }

    Regards,
    Mahesh

    in reply to: Same display on IE 11 and Firefox #101083
    Mahesh
    Participant

    @micwilly: I checked your site and it seems to be working fine. Displaying fine on my mozilla browser in 100% view.

    Regards,
    Mahesh

    in reply to: Gallery Lightbox does not work #101079
    Mahesh
    Participant

    @debswebs: I have installed the latest version of the theme and now the lightbox is working fine. I also have created a Gallery Test Post to check if the sidebar is working or not and its working fine.
    Hope this solves the issue.

    Regards,
    Mahesh

    in reply to: Slider causing problems with submenu #101078
    Mahesh
    Participant

    @slepoide: Please post in your site url.

    Regards,
    Mahesh

    in reply to: Remove space between menu and content #101077
    Mahesh
    Participant

    @mistye: You have an error in your Custom CSS. There is a missing } after following code:

    #content .entry-summary img.wp-post-image,
    #content .entry-content img {
        border: none;
        max-width: 100%;
        padding: 0;

    Please correct it first.

    And concerning the space between menu and content, add the following CSS:

    #main {
        padding-top: 0;
    }
    
    #content .entry-header {
        display: none;
    }

    Hope this helps.

    Regards,
    Mahesh

    in reply to: Responsive Gallery #101076
    Mahesh
    Participant

    @eckh20: I check by adding a gallery with the theme, and its working all fine. Go to Dashboard=> Appearance=> Theme Options and make sure Disable Responsive Design? is unchecked in Responsive Design.
    Let me know if any problem.

    Regards,
    Mahesh

    in reply to: Different Header Image based on screen size? #101075
    Mahesh
    Participant

    @nschoeggl: Go to Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS box and add the following CSS:

    @media screen and (max-width: 960px ) {
        #sidebar-header-right {
            display: none;
        }
    }

    Regards,
    Mahesh

    in reply to: Option Sidebar Position #101074
    Mahesh
    Participant

    @nikibranting: Go to Dashboard=> Appearance=> Customize=> Theme Options=> Layout Options and make sure, you have selected Right Sidebar in Sidebar Layout Options
    Let me know further.

    Regards,
    Mahesh

    in reply to: How do I change default font all over the theme? #101073
    Mahesh
    Participant

    @emielstubbe: Please post in your site url.

    Regards,
    Mahesh

Viewing 20 posts - 2,481 through 2,500 (of 4,908 total)