Forum Replies Created

Viewing 30 posts - 60,511 through 60,540 (of 93,318 total)
  • Author
    Posts
  • in reply to: add span color styling to input area on contact form? #865607

    Hi,

    Thanks for the feedback, I think it will be difficult to target just a few words since they won’t be wrapped in an element which can be targeted. I wanted to check your site again but it looks like it’s asking for a login now, not only password?

    Best regards,
    Rikard

    in reply to: Sidebar Settings #865605

    Hi,

    Please try the following in Quick CSS under Enfold->General Styling to change the font size:

    .sidebar .menu-item a {
      font-size:14px !important;
    }

    About the background; do you want to change the background of the whole sidebar or just behind the menu items? Changing the sidebar background can be very tricky unfortunately.

    Best regards,
    Rikard

    in reply to: Big gap between to parts of the main site #865604

    Hey jonna_gaertner,

    Please try the following in Quick CSS under Enfold->General Styling:

    .home #after_section_4 {
      display:none !important;
    }

    Best regards,
    Rikard

    in reply to: Registered Mark in Normal Text / Paragraph Areas #865601

    Hi,

    Thanks for the feedback, though I’m still not sure I understand exactly what you would like to change? Also, the link results in a 404 error, I’m guessing you changed the permalink?

    Best regards,
    Rikard

    in reply to: Strange Plugins Page Notification #865600

    Hey crtdude,

    That is not coming from Enfold, maybe from one of your other themes?

    Best regards,
    Rikard

    Hey molibi,

    I’m not sure I understand what you are looking to achieve, do you have a mockup or screenshot highlighting your intentions maybe?

    Best regards,
    Rikard

    in reply to: Multisite templates #865593

    Hi,

    No, none so far unfortunately.

    Best regards,
    Rikard

    in reply to: Help with Header Button Mobile #865592

    Hi,

    Maybe it would be a good idea to keep the button out of the header on mobile screens since there is not a lot of room for it? If you want to try that out then you can use this in Quick CSS:

    @media only screen and (max-width: 767px) {
    #header .widget {
        padding-top: 67px;
    }
    }

    Best regards,
    Rikard

    in reply to: Can I create a Link directory with Enfold? #865591

    Hi,

    Great, glad you found a solution and thanks for sharing. Please let us know if you should need any further help on the topic.

    Best regards,
    Rikard

    in reply to: Contact Form 7 and Google Analytics #865574

    Hi Neil,

    No problem and thanks for the code, though I think that should have script tags around it? Please try this in your child themes functions.php:

    function neil_add_cf7_tracking(){ ?>
    <script>
    document.addEventListener( ‘wpcf7mailsent’, function( event ) {
    ga( ‘send’, ‘event’, ‘Contact Form’, ‘submit’ );
    }, false );
    </script>
    <?php }
    add_action('wp_head', 'neil_add_cf7_tracking');

    Best regards,
    Rikard

    in reply to: Custom Google Fonts get replaced by a standard font. #865573

    Hi,

    Great, glad you finally got it working and thanks for using our theme :-)

    Let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

    in reply to: Yoast meta description tags not generating #865569

    Hey themepack,

    So it doesn’t work when you are using the Layout Builder? If so that is as expected, you will have to set the excerpt manually for each post. If you don’t see the excerpt field then please select to show it in the Screen Options panel in the top right hand corner of the screen.

    Best regards,
    Rikard

    in reply to: Masonry Gallery animation #865566

    Hi,

    Great, glad we could help :-)

    Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

    • This reply was modified 8 years, 3 months ago by Rikard.
    in reply to: Font size shows difference on website? #865565

    Hi,

    Thanks, but I still get an error even though I’m logged in. Not sure how we can access your site and content?

    Best regards,
    Rikard

    in reply to: Enfold contact form triggers gmail error #865564

    Hi,

    Thanks for the feedback, I’m not sure if the code worked out for you or not though? Let us know if you are still having problems.

    Best regards,
    Rikard

    in reply to: Add widget area to header #865561

    Hi,

    I can see that too, but I don’t really know what it means. Maybe you could try searching for the problem? Here’s a topic which might be of interest to you: https://stackoverflow.com/questions/33465168/google-adsense-error-tagerror-adsbygoogle-push-error-no-slot-size-for-avail

    Best regards,
    Rikard

    in reply to: Adjust the height of the Fullscreen Slider #865560

    Hi Anton,

    Great, glad you got it working and thanks for sharing. Please let us know if you should need any further help on the topic.

    Best regards,
    Rikard

    Hey tcsrobkam,

    Could you post a link to the site in question so that we can take a closer look please?

    Best regards,
    Rikard

    in reply to: Pages have URL, but are showing as not found #865554

    Hi,

    Thanks for the feedback. I can see the problem on some of the pages in the sub menu. Could you try to enable debug mode in order to see builder shortcodes: http://kriesi.at/documentation/enfold/enable-advanced-layout-builder-debug/, then copy the shortcodes of the problem pages to new pages and add those to your menus instead?

    Best regards,
    Rikard

    in reply to: problem by Installation DEMO: Import: App Demo #865552

    Hi,

    Thanks for the details, I’m not sure what is causing those messages though. Do you know what version of PHP you are running on the site? Could you try to overwrite the theme files via FTP with a fresh copy of the theme to see if that helps? http://kriesi.at/documentation/enfold/updating-your-theme-files/

    Also, do you have WordPress debug active on your installation?

    Best regards,
    Rikard

    in reply to: Demo-Dateien zerschießen Template #865550

    Hi Rainer,

    I tried importing the 2017 demo and that seems to have worked out as it should, could you review your site please? Make sure to clear your browser cache and reload the site if you should not see the demo.

    Best regards,
    Rikard

    in reply to: Content sizes do not match! #865549

    Hi,

    If you click Enfold in the WordPress menu, then you will see the theme options. The first option you will see is Frontpage Settings, please try to set the page you want as your front page there.

    Best regards,
    Rikard

    in reply to: Problem with promobox button on tablet #865548

    Hi Andrea,

    Thanks for that, I can see you site now. Please try this in Quick CSS:

    @media only screen and (min-width: 768px) and (max-width: 1024px) {
    .av_promobox .avia-button {
        right: initial !important;
        top: initial !important;
        position: initial !important;
    }
    
    .avia-promocontent {
        margin-right: 0 !important;
    }
    }

    Best regards,
    Rikard

    in reply to: Color Section Won't End #865545

    Hi,

    Thanks for the feedback @artiteq.


    @goch
    please open a new thread and include admin login details in private if you should need help with your problem.

    Best regards,
    Rikard

    in reply to: Fatal Error #865544

    Hi Jonathan,

    Thanks for the feedback. I think the first order of business would be to update the database which WordPress is asking you to do. Second I would try to update the theme again, this time you might want to create backups of the site so that you can restore it yourself? Even better would be if you could create a staging version of the site and perform all the updates there.

    If you should feel the need to hire someone to do this for you then I would recommend contacting a service like SteadyWP.

    Best regards,
    Rikard

    in reply to: Eingene Schrift installieren #865543

    Hi,

    Thanks for that, I’ve updated your CSS for the .ttf format. Do you have the other versions of the font in the same place? If so the you should be able to add the full URL to your code below:

    @font-face {
    font-family: ‘BrushtipTerrence;
    src: url(‘brtter_15-webfont.eot’); /* IE9 Compat Modes */
    src: url(‘brtter_15-webfont.eot#iefix’) format(’embedded-opentype’), /* IE6-IE8 */
    url(‘brtter_15-webfont.woff2’) format(‘woff2’), /* Super Modern Browsers */
    url(‘brtter_15-webfont.woff’) format(‘woff’), /* Pretty Modern Browsers */
    url(‘http://familytours.at/brtter_15-webfont.ttf’) format(‘truetype’), /* Safari, Android, iOS */
    url(‘brtter_15-webfont.svg#svgBrushtipTerrence’) format(‘svg’); /* Legacy iOS */
    }

    Best regards,
    Rikard

    in reply to: Image and text (having fading feature). #865542

    Hi Pooz,

    Thanks for the feedback, just let us know if you should need any further help on the topic.

    Best regards,
    Rikard

    in reply to: Portfolio – Design tranfer from old theme #865541

    Hi,

    Glad we could help. Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

    in reply to: Very strange and nonse. #865540

    Hi,

    Thanks for the feedback. Could you try to remove the problem images and add them again please? This time, make sure to pick a high resolution version of the image when you select them from the Media library.

    Best regards,
    Rikard

    in reply to: Smart Slider 3 #865264

    Hi Daniel,

    Thanks for the feedback. We’ll get back to you if we should be interested in picking up your offer in the future.

    Best regards,
    Rikard

Viewing 30 posts - 60,511 through 60,540 (of 93,318 total)