Forum Replies Created

Viewing 20 posts - 3,181 through 3,200 (of 4,903 total)
  • Author
    Posts
  • 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

    in reply to: problems with footer #95907
    Mahesh
    Participant

    @antoon: Have you uploaded the font file to you site? If not please upload it first. Then get the full path to that font file and place in the CSS src, then only it will work.

    And as for the bar in the footer, you are using table for that, and for you have inline style defining the width of the table, which is causing the responsive issue. You should not use fix width as far as you want the responsive design.
    I don’t know the exact plugin, but you can get an appropriate one from https://wordpress.org/plugins/

    Buying a Pro version theme, you can use it for as many site as you’ve owned unless its for the 3rd party.

    Regards,
    Mahesh

    in reply to: Select Featured Content #95906
    Mahesh
    Participant

    @rollik: For the grey background in header, use the following CSS instead:

    #masthead {
        background-color: rgba(204, 204, 204, 0.9);
    }

    Hope this helps.

    Regards,
    Mahesh

    in reply to: Header image not displlayed #95905
    Mahesh
    Participant

    @tinus53: Thanks, we’ll let you know as soon as we fix the issue.

    Regards,
    Mahesh

    Mahesh
    Participant

    @kimberley: Can you please share an image showing your problem. I would help more.

    Regards,
    Mahesh

    in reply to: Header image not displlayed #95868
    Mahesh
    Participant

    @tinus53:
    Hi Bernhard,

    Its not fixed yet but there is a trick, may be we’ll use that to fix it in our future updates. Sorry for the inconvenience.

    Regards,
    Mahesh

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