Forum Replies Created

Viewing 20 posts - 7,081 through 7,100 (of 14,497 total)
  • Author
    Posts
  • in reply to: text color in comment field #36878
    Sakin
    Keymaster

    @judotter: Thanks we will update this in our new version. For now, you can add the following css in “Appearance => Theme Options => Custom CSS” box.

    input[type="text"],
    input[type="email"],
    input[type="url"],
    input[type="password"],
    textarea {
    	color: #555;
    }
    input[type="text"]:focus,
    input[type="email"]:focus,
    input[type="url"]:focus,
    input[type="password"]:focus,
    textarea:focus {
    	color: #000;
    }
    in reply to: Social Media Share Buttons Gone #36875
    Sakin
    Keymaster

    @rgamlam: Sorry, we don’t have Social Media Share button in the post in our Theme. You must have added with the help of plugin. So, check for the plugin you have just deactivate or updated. Also check your social media sharing plugin settings.

    in reply to: How do I insert pictures into fader on home page? #36872
    Sakin
    Keymaster

    @wilbyhilbly: Ok so you are using Catch Evolution Free theme and the image that is changing is called Featured Slider and you are looking at demo slider. In this Free theme, you only have option to use “Featured Post Slider”, which is there to highlight your post in the slider.

    1. First you need to create post and add featured image on your post. As the slider take the Featured Image, title and excerpt content of the post. See this tutorial on how to add featured image at http://catchthemes.com/blog/videos-blog/video-series-adding-featured-image-wordpress-postpage/
    2. Then you need to add in Post ID in “Appearance => Theme Options => Featured Post Slider => Featured Post Slier Options. See this tutorial on how to add Featured Post Slider at http://catchthemes.com/blog/videos-blog/video-series-adding-featured-post-slider/

    You can check out Theme Instructions page at http://catchthemes.com/theme-instructions/catch-evolution/

    Note: In Catch Evolution Pro you have option to user “Featured Image Slider or Featured Page Slider or Featured Post Slider or Featured Category Slider. Also there are lot of other additional features. Read here at http://catchthemes.com/theme-instructions/catch-evolution-pro/

    in reply to: Main Sidebar #36863
    Sakin
    Keymaster

    @Michael: Sorry there is no option to do that. Maybe you can search for vertical menu plugin at http://wordpress.org/plugins/

    in reply to: Font Family Options not saved #36862
    Sakin
    Keymaster

    Hi Jeff,

    I found major issue in your site. I see that you have added following css in “Appearance => Theme Options => Custom CSS”:

    .site {
        margin: 20px auto;
        margin: 2rem auto;
        width: 900px;
        width: 90rem;
    }

    Please remove it. It is making issue in your responsive design. Means in your mobile devices. The best option at this stage for your site will be to replace the above CSS with the following css in “Appearance => Theme Options => Custom CSS” box. You can also adjust the font of title in the below css:

    @media screen and (min-width: 961px) {	
        .site {
            margin: 20px auto;
            width: 790px;
        }
        /* Page title Font Size */
        .entry-header .entry-title {
            font-size: 30px;
        }
    }
    in reply to: Post Body Content not showing up #36854
    Sakin
    Keymaster

    @nsapp: Nice. Glad you found the issue.

    in reply to: Font Family Options not saved #36743
    Sakin
    Keymaster

    @jeffery.scherer: For this you can simply edit the page title “Who I Am” to “Melissa Scherer, Texas Special Education Lawyer” and for menu, now you need to create “Custom Menu” from “Appearance => Menus” and all your pages to new custom menus, when you add custom menu, it gives you option to change the label of the menu item. So, in the label of Menu page is “Melissa Scherer, Texas Special Education Lawyer”, you can change the label to “Who I Am”. After you create and save the menu, you need to assign menu location from “Appearance => Menus => Manage Locations” and assign location as “Primary Menu”.

    For more about Custom Menu:
    Video Series: http://catchthemes.com/blog/videos-blog/video-series-creating-wordpress-custom-menus/
    Blog Post: http://catchthemes.com/blog/custom-menus-wordpress-themes/
    Pinterest Screenshot: http://www.pinterest.com/pin/548594798330820987/

    in reply to: REMOVE THE padding #36742
    Sakin
    Keymaster

    @ashrafashraf: I mean that you change like the below. Sorry we don’t be able to support at this level. For now replace your following css

    @media screen and (max-width: 767px) {
    .social-profile {display: none;}
        #site-generator { padding-top: 145px; }
    }

    With the following, where I have increased the padding top from 145px to 240px. This is all that you need to do it.

    @media screen and (max-width: 767px) {
        .social-profile {display: none;}
        #site-generator { padding-top: 240px; }
    }

    For more customization, please hire customizer at http://catchthemes.com/hire-customizer/

    in reply to: Post Body Content not showing up #36741
    Sakin
    Keymaster

    @nsapp: Looks like there is something wrong with your WordPress Setup. As all you site links to http://www.nsapp.com/blog/. So, can you go to “Settings => Permalinks”. Then try resetting it by changing “Common Settings” to “Default” and leave your “Category base” and “Tag base” empty and save change. I am guessing that there is something misconfiguration in your settings.

    in reply to: Homepage Headline Spacing #36737
    Sakin
    Keymaster

    @Michael: Change the color code in the following css and then add it in “Appearance => Theme Options => Custom CSS” box.
    .featured-slider .slides { background-color: #fafafa; }

    in reply to: 2nd blog post doesn't show on home page. #36736
    Sakin
    Keymaster

    @Bouncedancer: Looks like you have customize the site and change the settings. So, I check in your site in details. I found that you have two categories: 1) Uncategorized and 2) Movement Lessons. You homepage is showing only post from Uncategorized whereas your Archives is showing posts from both of these categories.

    So, can you go to “Appearance => Theme Options => Homepage / Frontpage Category Setting”. There you can either select specific categories from which you want to show posts in homepage or you can select “–Disabled–” to show posts from all the categories.

    in reply to: Logo Top and Bottom Spacing #36735
    Sakin
    Keymaster

    @Michael: Thanks, now your site it working fine. In the following CSS, you can change the padding top and bottom as per your need and then add it in “Appearance => Theme Options => Custom CSS” box.

    #site-logo { padding-top: 50px; }
    #hgroup-wrap { padding-bottom: 50px; }
    in reply to: Logo Top and Bottom Spacing #36690
    Sakin
    Keymaster

    @Michael: Still not working. It is showing “503 – Service unavailable”. Check you site.

    in reply to: Sticky post doesn't work #36688
    Sakin
    Keymaster

    @Djapeto: The only way you can achieve this in category will be to add in plugin. Search for plugin at http://wordpress.org/plugins/.

    in reply to: REMOVE THE padding #36686
    Sakin
    Keymaster

    @ashrafashraf: I have already given you detail CSS where you can just adjust the padding as per your need. For iPhone, in the previous css you can just change the padding. Find the following previous css that I gave you and then increase as much as you need.

    @media screen and (max-width: 767px) {
    #site-generator { padding-top: 134px; }
    }
    in reply to: Font Family Options not saved #36685
    Sakin
    Keymaster

    @jeffery.scherer: You can add the following css in “Appearance => Theme Options => Custom CSS” nox.

    If you want to change the font size in Scherer Law PLLC is a boutique special education law and also the font below the pictures then you can simply add the following css which will work for both.
    #featured-post .entry-title { font-size: 16px; }

    But if you just want to change only in Scherer Law PLLC is a boutique special education law text then you can add the following css.
    #featured-post #feature-heading { font-size: 16px; }

    in reply to: Logo Top and Bottom Spacing #36684
    Sakin
    Keymaster

    @Michael: You site is not opening. Can you check you site URL and confirm.

    in reply to: Adventurous Pro theme is translation ready. #36619
    Sakin
    Keymaster

    Hi Alain,

    Thanks for your appreciation. Adventurous Pro theme in translation ready and has been currently translated in Brazilian Portuguese and Hungarian languages.

    If you want to make your site Multi-language then you need to install plugin like WPML or qTranslate. This helps to display your site in Multiple Languages.

    But if you are just trying to install WordPress site in different language. Then you need to install WordPress in your language. Then you need to go to “adventurous-pro’ theme directly and then ‘languages’ folder. There you will see adventurous.pot file and then you can generate your language .mo and .po files using poedit.net software. Then you can send us the language file and we can add it in core theme files so that you don’t loose your language when you update the theme.

    Regards,
    Sakin

    in reply to: Adventurous Pro Issues #36618
    Sakin
    Keymaster

    Hi Benni,

    Thanks and right on time report. We have just fixed this in our new version 1.1 and will be release today.

    Thanks for your contribution.

    Regards,
    Sakin

    in reply to: Widget adjustment #36600
    Sakin
    Keymaster

    Hello Maeve,

    I check in your site and see the “Classes Widgets” looks fine. Or are you talking about “Upcoming classes & workshops” widgets. This how did you added it. Looks like from plugin. Can you check that plugin css? Also I don’t get it what are you trying to do here.

    What do you want to do with your Recent Entries blog blog. You can style with the following css.
    #secondary #recent-posts-3.widget { }

    You can add the border in the contact text widget with the following css.
    #secondary #text-5.widget { border: 1px solid #d61080; }

    Regards,
    Sakin

Viewing 20 posts - 7,081 through 7,100 (of 14,497 total)