Forum Replies Created

Viewing 20 posts - 3,181 through 3,200 (of 4,908 total)
  • Author
    Posts
  • in reply to: How to use full width pages AND pages with sidebars #96101
    Mahesh
    Participant

    @giselle: Thank you for your appreciation. Glad to know your issue is resolved. Have a nice day!

    Regards,
    Mahesh

    in reply to: How to change ALT's on social icons #96071
    Mahesh
    Participant

    @moiseika: Thank you for your appreciation. Have a nice day!

    Regards,
    Mahesh

    in reply to: problems with footer #96070
    Mahesh
    Participant

    @antoon: Glad to know your issue is resolved. Have a nice day!

    Regards,
    Mahesh

    in reply to: footer text #96069
    Mahesh
    Participant

    @dorleeins: It will only work if German language is set as active because the change is made in the translation file only. The content cannot be changed with CSS. For custom Text I recommend you to upgrade to pro. Or create a child theme and customize it. You can find more details on creating child theme HERE. For customization I recommend you to hire a customizer.

    Regards,
    Mahesh

    in reply to: How to use full width pages AND pages with sidebars #96057
    Mahesh
    Participant

    @giselle: As far as I understand from the above, you are trying to have different layout in different pages, for example, full page layout in homepage and a layout with sidebar in say Page A.
    This option is already available in the theme.
    Go to Dashboard=> Appearance=> Customize=> Theme Options=> Layout Options and select a layout in Sidebar Layout Options, this will be your default layout for your site. Then for the pages you want to have different layout, go to Dashboard=> Pages and edit the selected page and select desired layout for that page in Sidebar Layout option.

    Let me know if any problem.

    Regards,
    Mahesh

    in reply to: footer text #96056
    Mahesh
    Participant

    @dorleeins: For hiding “Catch Adaptive von Catch Themes”, you can use custom CSS. Go to Dashboard=> Appearance=> Custom CSS=> Theme Options=> Custom CSS box and add the following CSS:

    #footer-right-content {
        display: none;
    }

    For the second one, you can edit de_DE.po file and replace line 709 with the following:
    msgstr "Copyright © %1$s %2$s. Alle Rechte vorbehalten."

    If you want to edit and have custom text in footer, I recommend you to upgrade to Pro. The option is already available in Catch Adaptive Pro.

    Regards,
    Mahesh

    in reply to: How to change ALT's on social icons #96055
    Mahesh
    Participant

    @moiseika: Well for that, you’ll need to create a child and customize. You can find more details on creating child theme HERE. Then in your child theme override the function catchevolution_social_networks. This is located in catch-evolution/inc/catchevolutions-functions.php file.

    Let me know if any problem.

    Regards,
    Mahesh

    in reply to: problems with footer #96054
    Mahesh
    Participant

    @antoon: Please add the following CSS:

    .footer-item ul {
        margin-left: 0;
    }

    Regards,
    Mahesh

    in reply to: Links in posts not working on first page #96053
    Mahesh
    Participant

    @alex1337:
    Hi Alex,

    Glad to know your issue is resolved. Have a nice day!

    Regards,
    Mahesh

    Mahesh
    Participant

    @inquisitive: Please override the function catchbox_content_nav in functions.php.
    Let me know if any problem.

    Regards,
    Mahesh

    in reply to: problems with footer #96023
    Mahesh
    Participant

    @antoon:
    Hi Antoon,

    Please use the following CSS:

    @font-face {
        font-family: myCalibri;
        src: url(http://rodekruisbeuningen.nl/wp-content/uploads/calibri.ttf) format('truetype');
    }
    /* Set calibri font as default */
    body {
        font-family: myCalibri, "Calibri";
    }
    
    #header-menu #access { 
        background: none #569DDB;
    }
    
    #header-menu ul.menu a {
        color: #fff;
        font-family: myCalibri, "Calibri";
        font-weight: bold;
        font-size: 18px;
    }
    
    #site-generator td {
        text-align: center;
    }
    
    .footer { 
        background: #569DDB; 
        font-family: myCalibri, "Calibri"; 
        font-size: 18px; 
        color: #FFF; 
    } 
    .footer td {
        padding: 0; 
        text-align: left; 
        vertical-align: top; 
        align: center;
    }
    
    #header-menu ul.menu li:hover > a,
    #header-menu ul.menu a:focus {
        background: none transparent;
        text-decoration: underline;
        color: #FFFFFF;
    }
    
    #header-menu ul.menu li {
        border-right: 1px solid #569DDB;
    }
    
    /* Center the table */
    .footer table {
        margin: auto;
    }
    
    /* Change font-size of the text */
    .footer > p {
        font-size: 20px;
    }
    
    #site-generator { 
        background-color: #569DDB; 
        color: #eee; 
    }
    #site-generator a { 
        color: #fff;
    }
    
    @media screen and (max-width: 680px) {
        #footer-bar {
            display: none;
        }
    }

    Hope this helps.

    And I don’t quite get your second issue, I didn’t find “Geef je gift” text on the page.

    Regards,
    Mahesh

    in reply to: Menu Bar #95930
    Mahesh
    Participant

    @filip_1: Please use the following CSS instead:

    #header #mainmenu ul li:last-child {
        border-right: none;
    }
    
    #menu-pocetna .menu-item {
        width: 16.564%;
    }
    
    #header #mainmenu ul li a {
        width: 82%;
    }

    Hope this helps. Let me know if any problem.

    Regards,
    Mahesh

    in reply to: problems with footer #95927
    Mahesh
    Participant

    @antoon:
    I checked your site and for some reasons, I still can’t see the Calibri font in the mobile devices, may be the issue of server caching. Please try clearing server cache and check again.
    And for removing the footer bar in responsive mode:
    First you’ll need to put a id(footer-bar) for the table displaying the bar and use the following CSS:

    @media screen and (max-width: 480px) {
        #footer-bar {
            display: none;
        }
    }

    Regards,
    Mahesh

    in reply to: Translation #95925
    Mahesh
    Participant

    @tinus53: Sorry, please try this one.
    http://bit.ly/29XXDNo

    Regards,
    Mahesh

    in reply to: Content is too far to the left #95914
    Mahesh
    Participant

    @germanhacemusica:
    Hi Toledo,

    Simple Catch theme is a non responsive theme. But somehow you’ve managed site to have two version, mobile site and desktop site. And I checked the site in different mobiles and is working fine and found no such issue as you’ve mentioned above in the image.

    Regards,
    Mahesh

    in reply to: Restore Theme Settings & Add Widgets to Content #95913
    Mahesh
    Participant

    @hidemyage:
    Hi Kim,

    For restoring default settings, go to Dashboard=> Appearance=> Customize=> Reset All Settings and check on Check to reset all settings to default option then click on Save & Publish.

    Yes, Widgets can be put in content area of the site. Go to Dashboard=> Appearance=> Widgets, then put the widgets you want in Featured Widget Content Area. Then go to Dashboard=> Appearance=> Customize=> Featured Content and select Featured Widget Content in Select Content Type then click on Save & Publish.

    Regards,
    Mahesh

    in reply to: Header Image not Featured Slider #95912
    Mahesh
    Participant

    @piratealfie:
    Hi Allan,

    Thank you for using Full Frame Pro theme.
    For using Header Image, go to Dashboard=> Appearance=> Customize=> Header Image and then choose a header image you want to display in your site. Then choose Homepage/Frontpage option in Enable Featured Header Image on (Displays header image on homepage/frontpage only). Then click on Save & Publish.

    OR

    If you want to make slider as Header Image removing the navigation links, go to Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS and add the following CSS:

    #feature-slider .cycle-pager, 
    #feature-slider .cycle-prev, 
    #feature-slider .cycle-next, 
    #feature-slider .entry-container {
        display: none;
    }

    Hope this helps.

    Regards,
    Mahesh

    in reply to: Translation #95910
    Mahesh
    Participant

    @tinus53:
    Hi Bernhard,

    The translations for German language is not 100% complete so we haven’t included it in the theme. However, you can use translations file in the link below for now.
    https://goo.gl/H8yjTy

    Regards,
    Mahesh

    Mahesh
    Participant

    @lmkele:
    Hi Kim,

    Yes, sure. Have a nice day!

    Regards,
    Mahesh

    in reply to: Cannot install Simple Catch Pro version 3.3 #95908
    Mahesh
    Participant

    @rflores: Copy the following HTML code and paste it in the post where you want it to be displayed in your site for the link.
    <a href="http://www.westcoastmedium.com/products.html" target="_blank" title="An Investment for a Healthier You">An Investment for a Healthier You</a>

    Yes, you can change the text portion at anytime.

    Regards,
    Mahesh

Viewing 20 posts - 3,181 through 3,200 (of 4,908 total)