Forum Replies Created

Viewing 20 posts - 4,681 through 4,700 (of 4,908 total)
  • Author
    Posts
  • in reply to: social linking icons #83304
    Mahesh
    Participant

    Hi @ShayC,

    The above mentioned feature is not allowed in WordPress repository and falls in plugin territory. I recommend you to use a suitable plugin from WordPress Plugin Repository

    Regards,
    Mahesh

    in reply to: Easyrotator Home page Sidepage or other page #83303
    Mahesh
    Participant

    Hi @Olivier,

    Thank you for using Catch Box Pro.

    The theme as number of sidebars. Here is some a brief info on which page displays which sidebar.
    Homepage Sidebar( if active ) => Display in Homepage
    Archive Sidebar (if active ) => Display in Archive
    Page Sidebar (if active ) => Display in Page
    Post Sidebar (if active ) => Display in Post
    Main Sidebar => Displays by default.

    If no sidebar is assigned except main sidebar, all page will display main sidebar.

    Hope this helps you.

    Regards,
    Mahesh

    in reply to: Move primary menu below featured image #83302
    Mahesh
    Participant

    Hi @Paul,

    Have you made any changes to the Catch Kathmandu Pro theme files?
    Please let me know further details.

    Regards,
    Mahesh

    Mahesh
    Participant

    Hi @Lucia,

    As per your questions, I’ll break down the solutions to its respective numbers.
    1. For menu bar gradient effect. Go to “Dashboard=> Appearance=> Theme Options=> Custom CSS” box and add the following CSS.

    #header-menu #access, #colophon #access-footer{
    	background: linear-gradient(#86030d, #222) repeat scroll 0 0 rgba(0, 0, 0, 0);
    }

    Note: please change the hex value “#86030d” and “#222” as per desired.

    2. With responsive design, what issue are you facing? Please let me know so I could help your further.

    3. To change archive dropdown menu’s styles, go to “Dashboard=> Appearance=> Theme Options=> Custom CSS” box and add the following CSS.

    select#archives-dropdown-3 {
        background: #A2A2A2;
        font-family: Times New Roman;
        font-size: 17px;
    }

    Regards,
    Mahesh

    in reply to: catch responsive-default-options.php #83300
    Mahesh
    Participant

    Hi @husker,

    Thank you for your appreciation.
    Please visit this SITE for more details on how to create a child theme.

    Have a nice day!

    Regards,
    Mahesh

    in reply to: Social Links – blank page #83299
    Mahesh
    Participant

    Hi @edfrancis001@,

    Its a little odd on how you get the page blank. I recommend you to make a fresh WordPress installation and install the theme and check again.

    Let me know if the issue persists.

    Regards,
    Mahesh

    in reply to: Page not found – 404 response #83298
    Mahesh
    Participant

    Hi @Lars,

    This is out of the theme support scope. For this you have to modify the author.php in child theme and put the redirect code if nothing is found i.e. replace the message code with redirect code.

    Regards,
    Mahesh

    in reply to: Smaller border/margin on mobile devices #83294
    Mahesh
    Participant

    Hi @pips,

    For the above changes, go to “Dashboard=> Appearance=> Theme Options=> Custom CSS” box and add the following CSS:

    @media screen and ( max-width: 480px ){
    	.site{
    		width: 100%;
    	}
    }

    Regards,
    Mahesh

    in reply to: Resize Featured Content image #83293
    Mahesh
    Participant

    Hi @Wan,

    Have you made any changes to the “catchbase-featured-content” image size in the theme. Because I checked by uploading the featured image with size 1200×720 and 600×360, both produces the featured content image of 447×225.

    Please check if the following code exists in catch-base/inc/catchbase-core.php line 116.

    Regards,
    Mahesh

    in reply to: Page not found – 404 response #83230
    Mahesh
    Participant

    Hi @Lars,

    The text message being displayed is from archive.php instead of 404.php because in your site a user named “user” may exist. But there is no posts by that user. That is why when you visit http://energyfaculty.com/author/user/, the user exists which doesn’t give 404 error but cannot find any post by that user resulting displaying the not found message from archive.php.

    Regards,
    Mahesh

    in reply to: Resize Featured Content image #83228
    Mahesh
    Participant

    Hi Wan,

    The featured image is the cropped image (cropped to 400 * 225 by theme). The cropping size depends upon the image size and aspect ratio. It is recommended to use large images having aspect ratio 16:9.

    I saw you’ve modified some style so the width of featured content is a little narrower. You have CSS as below:

    #featured-content.layout-three .hentry {
    }

    which should be (by default):

    #featured-content.layout-three .hentry {
        width: 386px;
    }

    If you want to make any changes, please use child theme. Further details on creating child theme can be found HERE. It is not a good way to modify the theme core files and on every updates you’ll lose all the changes to it.

    Let me if this helps with your issue.

    Regards,
    Mahesh

    in reply to: Page not found – 404 response #83227
    Mahesh
    Participant

    Hi @Lars,

    Yes, for all not found items in the site, “Page Not Found” message will be displayed as of 404.php file. I you want the custom message for that then copy 404.php from Catch Flames Pro to child theme. Then modify the message as you desired.

    Let me know if any problems.

    Regards,
    Mahesh

    in reply to: Page not found – 404 response #83219
    Mahesh
    Participant

    Hi @Lars,

    I hope I understood your issue. Please clarify me if I still didn’t get you.
    So you mean to display dynamic 404 page errors? Like No post found for blog error or something like that. I’m afraid it cannot be achieved as you desired. Because for the above mentioned issue we need to figure out whether it is a post/page/archive/user. We cannot get the what user/web-crawler is trying to find, which doesn’t exists in the site.

    I hope you understand what I mean.

    Regards,
    Mahesh

    in reply to: WP-PageNavi does not work anymore #83218
    Mahesh
    Participant

    Hi @EirikurVa,

    Yes you can also use custom permalinks may be were some errors in custom permalinks which arose the issue. Try again with custom permalinks and let me know.

    Regards,
    Mahesh

    in reply to: Resize Featured Content image #83214
    Mahesh
    Participant

    Hi @Wan,

    Please post in your site url.

    Regards,
    Mahesh

    in reply to: Social Links – blank page #83213
    Mahesh
    Participant

    Hi @edfrancis001@,

    Go to Dashboard=> Appearance=> Theme Options=> Social Links tab” you’ll see the page similar to img-1 below. Put your social links in the inputs and it will appear in the front page similar to img-2

    img-1:http://www.awesomescreenshot.com/image/918707/60ddee772eddbc1089fd6a9f7c917658
    img-2:http://www.awesomescreenshot.com/image/918723/aa5635ffe89464f8185e56eae28bfa58

    Regards,
    Mahesh

    in reply to: catch responsive-default-options.php #83210
    Mahesh
    Participant

    Hi @Brian,

    You can download the theme from WordPress repository. Below is the link for it.
    https://wordpress.org/themes/catch-responsive/

    I recommend you to use child theme for code changes because you’ll lose all you changes with theme updates.

    Regards,
    Mahesh

    in reply to: Pro Featured Slider and Featured Content #83209
    Mahesh
    Participant

    Hi @Michael,

    Please post in your site url.

    Regards,
    Mahesh

    in reply to: Mobile Footer Widgets Not Aligning #83208
    Mahesh
    Participant

    Hi @andrewf90,

    For above issue, please add the following CSS in “Dashboard=> Appearance=> Theme Options=> Custom CSS” box:

    @media screen and (max-width: 480px) {
    	#supplementary.three #second.widget-area {
    		margin-left: 0;
    	}
    }

    Regards,
    Mahesh

    in reply to: Video in post not embedded on homepage #83207
    Mahesh
    Participant

    Hi @Michael,

    The above mentioned issue is already in process and will be available in the next update. We’ll be releasing the update in few days. After update, you’ll be able to put display video with some content in the excerpt. You have to manually insert the “Read more tag” in the content.
    Please wait for the update.

    Regards,
    Mahesh

Viewing 20 posts - 4,681 through 4,700 (of 4,908 total)