Forum Replies Created

Viewing 20 posts - 7,681 through 7,700 (of 14,504 total)
  • Author
    Posts
  • in reply to: Problem with Plugin: Easy Digital Downloads #29814
    Sakin
    Keymaster

    @Black_Bird: Can you post your site URL and Screenshot showing what you want to change. I am finding difficult to understand it.

    in reply to: slider #29723
    Sakin
    Keymaster

    I guess so. Not 100% sure.

    in reply to: slider #29720
    Sakin
    Keymaster

    That code change will convert your WordPress in Arabic language. 🙂

    in reply to: slider #29718
    Sakin
    Keymaster

    Hello A.J,

    Not all of our theme are compatible with Arabic Language. You need to check theme details. As language translation is contributed by our users and we add in.

    Yes Catch Box Pro theme is translated in Arabic language by ed3s. You need to change your WordPress site wp-config.php file code
    define('WPLANG', '');
    to
    define('WPLANG', 'ar');

    Regards,
    Sakin

    in reply to: Problem with Plugin: Easy Digital Downloads #29717
    Sakin
    Keymaster

    @Black_Bird: Sorry, we haven’t worked in with Easy Digital Download plugin. So, I guess you need to ask in Easy Digital Download plugin author support forum on how to implement it. After they send in the instructions, I can help you with it.

    For menu, I recommend you to build custom menu from “Appearance => Menus”. Read http://catchthemes.com/blog/catch-evolution-pro-custom-menus-wordpress-themes/ and http://catchthemes.com/blog/custom-menus-wordpress-themes/ for more details about Custom Menu.

    To remove the widgets, you can choose the layout as ” No Sidebar, Full Width ” from “Appearance => Theme Options => Layout Options”. This is for overall site, But if you want to change only for specific page then you can choose from “Catch Evolution Options” metabox below your page/post content editor.

    We have worked with WooCommerce Plugin and made our themes ready http://catchthemes.com/themes/category/woocommerce-ready/

    in reply to: Random Header Not Working #29715
    Sakin
    Keymaster

    Hello Michelle,

    Please stick with the same forum question then creating new one. I have answered you in http://catchthemes.com/support-forum/topic/featured-image-for-home-page/ . Also you are not supported to Select Random. If you select random it will show random images.

    If you want me to look at your system in detail then I will email you now.

    Regards,
    Sakin

    in reply to: Please, Help!!! #29714
    Sakin
    Keymaster

    @ashrafashraf: Please don’t post same question in two places. I have already answered you at http://catchthemes.com/support-forum/topic/slider-8/

    in reply to: Image Size when sharing link on social networks #29713
    Sakin
    Keymaster

    @ToddWilliam: Our theme doesn’t have any settings for G+ image. Can you tell me which URL you share in G+ both yours and our demo page. So, I can check in both and find out.

    in reply to: Upgadeing Damage? #29712
    Sakin
    Keymaster

    @AKMARK5000: Catch Box Pro in the featured addition to the Catch Box Free theme.

    1) The process of upgrading is pretty simple and it will not damage your current content, plugins and widgets. But if you have customize any core theme files such as index.php, functions.php, style.css then these files will be reverted back to original when you upgrade or even update the theme. We also have free installation support for upgrading to Pro version. You can just contact us with installation request at http://catchthemes.com/contact-us/

    2) Yes, you can upload logo from “Appearance => Header” and save change. Then send me your site URL and I will send you Custom CSS to add in to align logo like in Simple Catch Theme.

    in reply to: slider #29710
    Sakin
    Keymaster

    Hello A.J,

    I am not sure about using other plugin instead of our own plugin. Every plugin has their own settings and process to implement. So, if you follow the instruction from the plugin and add in then it shouldn’t be a problem.

    Regards,
    Sakin

    in reply to: Featured Image for Home Page #29708
    Sakin
    Keymaster

    @Michelle: I hope I understand your question. But not so sure. If not then please send me the screenshot showing the issue.

    About Header Featured Image. You can change the settings from “Appearance => Theme Options => Header Featured Image Options”. There you can change “Enable Featured Header Image”. You should choose “Pages & Posts” then only it will show the featured image of static page in Homepage. Otherwise, it will be overwritten by Homepage will take image the default image set in “Appearance => Header”

    in reply to: Reduce and remove empty space #29704
    Sakin
    Keymaster

    Hello Yuliya,

    You can add the following CSS in “Appearance => Theme Options => Custom CSS” box to hide continue reading in slider.
    #main-slider .more-link { display: none; }

    Regards,
    Sakin

    in reply to: wrap excerpt text around featured image thumbnail #29702
    Sakin
    Keymaster

    @ali125: Thanks and yes sure it will help others as well.

    Sakin
    Keymaster

    @Driven13: It ok my friend. I am the main developer 🙂 That is why I answer all the questions posted in this forum.

    Sakin
    Keymaster

    @Driven13: Yes sure I can help you with the code. Let me know it. Note: Every theme has it’s own limitation.

    About your question. I don’t get it what do you mean by the support on this site as non-existent. Sorry, I am trying to help you and already given you the pointer on how to add it. You are indeed getting help from the developer.

    Regards,
    Sakin

    in reply to: Cannot edit images ones inserted into page #29559
    Sakin
    Keymaster

    Hello Luis,

    For find our if this is WordPress issue or not. Can you activate any default theme like Twenty Twelve and then check in. If this is also not working then try disabling plugins. As your problem looks wither of plugin issues or WordPress issues.

    Let me know it if you find the issues.

    Regards,
    Sakin

    in reply to: Mobile Version #29558
    Sakin
    Keymaster

    @script: The main problem is the responsive CSS. We haven’t separated responsive css in responsive.css like our other theme with the option. So, for now you have to build child theme and them remove the following code in header.php
    <meta name="viewport" content="width=device-width, initial-scale=1" />
    and then in your child them style.css, do not import parent theme style.css and just copy all the css to your child theme style.css and remove all css in the heading

    /* =Responsive Structure
    ----------------------------------------------- */
    in reply to: wrap excerpt text around featured image thumbnail #29557
    Sakin
    Keymaster

    @ali125: These are advance level of customization and I recommend you to hire customizer. This is over our basic support and also my css might not work 100%. You can try adding in the following css in “Appearance => Theme Options => Custom CSS” box.

    .single .site-content .hentry {
        position: relative;
    }
    .single #content .featured-image {
        margin-bottom: 0;
        position: absolute;
        right: 0;
        top: 0;
        width: 10%;
        z-index: 1;
    }
    .single #content .entry-container {
        position: relative;
        z-index: 2;
    }
    in reply to: MouseOver or Hover in Homepage Feature Content #29556
    Sakin
    Keymaster

    @Alex: Try replacing the above css with the following.

    #featured-post a img.wp-post-image {
       opacity: 0.8;
    }
    #featured-post a:hover img.wp-post-image {
       opacity: 1;
       transition: opacity .25s ease-in-out;
       -moz-transition: opacity .25s ease-in-out;
       -webkit-transition: opacity .25s ease-in-out;
     }
    in reply to: Remove Powered by: wordpress #29553
    Sakin
    Keymaster

    Hello Navid,

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

    Here is the text from Theme Instructions page
    Image Sizes:
    Featured Post Slider Full Width
    Width: 1190px
    Height: 500px

    Featured Slider
    I have just add the text for Featured Image Slider:
    Featured Image Slider is created to highlight independent images in the slider. This slider gives you full control to upload your own independent image, with title (optional), content (optional), optional link and target. Just use the following simple steps to add in the Featured Image Slider.
    * Go to “Appearance => Theme Options => Featured Slider” from your WordPress Dashboard
    * Under Slider Options Select Slider Type as Featured Image Slider
    * Here you can also change the number of slides, slider effects and timing
    * Go to Featured Image Slider Options
    * You have the option of uploading images, connecting to an image link, adding in the title, content, and setting target to open link in a new window as needed
    * Save changes

    To set up Featured Slider in full width, follow these basic steps:
    * Go to “Appearance => Theme Options => Featured Slider”
    * Under Slider Options, select Full Width Slider in Slider Layout
    * Save changes

    Regards,
    Sakin

Viewing 20 posts - 7,681 through 7,700 (of 14,504 total)