Forum Replies Created

Viewing 20 posts - 1,701 through 1,720 (of 2,006 total)
  • Author
    Posts
  • in reply to: option sticky broken since last update? #86881
    Pratik
    Member

    Hi @Stephan,
    I have checked the issue and the sticky option is working fine. Could there be a conflict with any of the plugins? Please try deactivating your plugins one by one and see if the problem persists.

    Let me know how it goes. If this does not solve your issue, please post in your site URL. Also, we might need your WordPress admin login credentials.

    Regards,
    Pratik

    in reply to: Exclude page from navigation bar #86879
    Pratik
    Member

    Hi @[email protected],

    Are you using default page menu? If you are, then you will need to use custom menus to control your menus rather than use default page menu. Details to add custom menu can be found here: https://codex.wordpress.org/WordPress_Menu_User_Guide

    Let me know how it goes.

    Regards,
    Pratik

    in reply to: Center site-header #86878
    Pratik
    Member

    Hi @husker,

    Just need some further information. Do you want it to be centered on all devices, or just on I-pad portrait mode?

    Also, do you want the search and social icons to be pushed down as the site title and description is centered?

    Let me know and I will provide you with custom CSS.

    Regards,
    Pratik

    in reply to: More White Space #86877
    Pratik
    Member

    Hi @Brian,

    If you mean to make the site full width by eliminating the left and right margins, and make it stick across all devices, you will need to hire a customizer. However, you can use following CSS code too, but it might fail on some devices as this theme is not built to be full-width theme.

    
    .site,
    #header-featured-image .wp-post-image {
        width: 100%;
    }
    

    Another option would be to use a different theme that is built to be full-width, like Full Frame, Clean Journal, etc.

    Regards,
    Pratik

    in reply to: Remove gray space at top of pages #86876
    Pratik
    Member

    Hi @Michaela,

    I am glad it worked itself out. Please post in if you have further queries.

    Have a nice day.

    Regards,
    Pratik

    in reply to: hyphenation image slider contact detail #86875
    Pratik
    Member

    Hi @creatativesigns,

    Here is the reply to your questions:

    What code is needed to turn off hyphenation.

    Can you please post in your site url so that I can check and see where hyphenation is occurring. Also, it will be better if you can point me to where the undesired hyphenation is occurring. Then I can provide you with custom CSS.

    Can i add actual email address and telephone number to header section.

    You can add the email address and phone via Appearance=> Customize=> Social Links. There should be options to add your email and phone number. The icons will show up on saving the icons in your social icons area.

    How can i change colour of social icons and the contact details i would like in header.

    You will need to add them, then give me your site url. Then I will provide you with CSS code to change it.

    Do i need pro to be able to use image slider?

    The free version only supports Featured Page Slider. If you upgrade to pro version, you will be able to use Featured Image Slider. Mode details about free and pro version here.

    If i buy pro can i use it on more than one site as we are going to have a couple of sites at work.

    Yes you can use it on multiple sites.

    Regards,
    Pratik

    in reply to: More White Space #86840
    Pratik
    Member

    Hi @Brian,

    Assuming http://bayareahuskers.org/wp/ to be your site, can you post in with a reference to a screenshot for where you want the above adjustments?

    Regards,
    Pratik

    in reply to: Customizer Issue #86839
    Pratik
    Member

    Hi @Alain,

    There are a few reasons for this:
    1. Plugin Conflict: There might be a plugin that might be causing the issue. Try deactivating your plugins one by one and see if the problem goes away.

    2. Server issues: Sometimes, when you are on a shared server, the problem might occur due to insufficient memory. In this case, you will need to contact your server and check.

    If these do not solve your issue, then you will need to provide admin access for your site backend so I can see what is really causing the issue. you can send an email to pratik [at] catchthemes [dot] com with the credentials. And then let me know via this post. Please do not forget to add the support link in your email.

    Regards,
    Pratik

    in reply to: CHANGE HOMEPAGE URL #86838
    Pratik
    Member

    Hi @hollyeh,

    If you have used the default page menu, then home page should link to your default site URL. If you want to user custom links for home, then you will need to create custom links.

    Details for this is here: https://codex.wordpress.org/WordPress_Menu_User_Guide

    Let me know if this is what you wanted.

    Regards,
    Pratik

    in reply to: gravitar for blog authog #86837
    Pratik
    Member

    Hi @hollyeh,

    Do you mean an author box? If so, there is no feature for this. You will need to search for appropriate author box plugin in WordPress Plugin Directory

    Let me know if otherwise.
    Regards,
    Pratik

    in reply to: Custom Menu Link #86836
    Pratik
    Member

    Hi @Jennifer,

    If you are using WordPress custom menu, then on the top of the Appearance=> Menu screen, there is a Screen Options Button. Once you click on that, you will see Show advanced menu properties. There, check the Link Target checkbox. Now, you should have Open link in a new tab option in your custom link.

    Please see this screenshot for more details: http://awesomescreenshot.com/06c5oqxv5a

    It has three steps mentioned in screenshot.

    Let me know if this is what you wanted.

    Regards,
    Pratik

    in reply to: Remove gray space at top of pages #86835
    Pratik
    Member

    Hi @Michaela,

    Can you post in with a reference from a screenshot? I am missing the grey line that you are mentioning.

    Regards,
    Pratik

    in reply to: number of featured contents on homepage #86834
    Pratik
    Member

    hi @pulsedata,

    For now, you can goto Appearance=> Theme Options => Featured Post Slider=> Number of Slides and set the desired number from there. Here, there should be no restriction.

    Regards,
    Pratik

    in reply to: Social Link Color #86394
    Pratik
    Member

    Hi Husker,

    For that, you can add you can add this code in Appearance=> Customize=> Theme Options => Custom CSS box. You can filter out only the icons you need and add them too.

    Let me know if this works out or not.

    Regards,
    Pratik

    in reply to: Fatal Error on Allowed Memory size #86393
    Pratik
    Member

    Hi @business901,
    These errors are mainly due to your allocated memory being exhausted. You can either contact your server to increase the size or follow this post to fix these issues.

    Once its done, you can update the theme.

    Also, try deactivating plugins one by one and see if problems persists as some plugins tend to hog all the memory and slow down the site.

    Regards,
    Pratik

    in reply to: Nice theme… but content text is a wee bit too small… #86392
    Pratik
    Member

    Hi @k8cpa,

    Thank you for using Catch Base.

    To increase the font size of all the texts, you can add following CSS code in Appearance=> Customize=> Theme Options => Custom CSS box:

    
    body {
        font-size: 20px;
    }
    

    You can increase or decrease the 20px size as required.

    If this does not work, please let me know which sections you would like the font to be increased, and then I will provide you the code for those as well.

    Regards,
    Pratik

    in reply to: Feedburner on the social media widget. #86391
    Pratik
    Member

    Hi @blogtunes,

    In Chicago theme, it is possible to add rss-feedburner link. Add it as other social media.

    If it does not work out, please post in your site url after addition of the link.

    Regards,
    Pratik

    in reply to: Search Console – Google issue #86390
    Pratik
    Member

    Hi @nnicorescu,

    Can you check the demo for http://catchthemes.com/demo/clean-journal/ and see if it has same issues?

    1. Missing author:
    This usually happens when you have only one author in the site. Only one author means is will be useless to display authors. This is handled by default so just add a post with another author and it should go away. Can you verify if you have single or multiple author in site?

    2. Missing updated:
    The updated should be there by default. I checked your site and it is there. The display is hidden, and it is below the posted date.

    3. Missing Entry title:
    Again, this is present in your site.

    Can you recheck, maybe there are some caching issues? Let me know how it works out.

    Regards,
    Pratik

    in reply to: tags and categories on pages #86060
    Pratik
    Member

    Hi @calmo16,

    – Translations: I don’t understand: what exactly and how do I have to edit in both functions.php and search.php?
    * You will need to change the texts in those functions to the one you want to show. E.g: You can change Older Posts to the text of language you want.

    – Concerning the menu bar in tablets:
    The menu items will go down on second row because there are many items on the menu. This is default behavior. The mobile menus will cone into effect on devices with width less than 991 px.

    – And can you tell why changing the font-size in the page header doesn’t work?
    This required me to view your site. Now I can give you CSS code. Add following code in Appearance=> Customize=> Theme Options => Custom CSS box:

    
    .page-header .page-title {
        font-size: 20px;
    }
    

    This should work now.

    Let me know if it does not work.

    Regards,
    Pratil

    in reply to: tags and categories on pages #85998
    Pratik
    Member

    HI @calmo16,

    There is another way if you do not want to use po files. You can edit the theme functions. For that, you need to do some customization via child theme. For details about child theme, please visit this link.

    After adding the child theme, you need to do is add the function clean_box_content_nav() from parent theme’s functions.php to child theme and edit the texts in line 533 and 534 (for older and newer posts).

    For search results, you need to add search.php from your child theme to your parent theme and edit line 19.
    —————————————————————————————————————————————————————-
    For appearance of the menu bar on tablets and font size, please post in your site url and the device so that I can check it.

    Regards,
    Pratik

Viewing 20 posts - 1,701 through 1,720 (of 2,006 total)