Forum Replies Created

Viewing 30 posts - 6,781 through 6,810 (of 14,834 total)
  • Author
    Posts
  • in reply to: "Zurück"-Button #457412

    Hi Luxususer!

    If your trying to get a button to go back in your browser history with javascript then that may be possible, http://www.w3schools.com/jsref/met_his_back.asp. You can see where the breadcrumbs get added to that area around line 368 in the /enfold/functions-enfold.php file.

    if($breadcrumb) $additions .= avia_breadcrumbs(array('separator' => '/', 'richsnippet' => true));
    

    But if your trying to get a button to travel up the breadcrumbs queue then that is kind of bordering on custom work and it would be best to hire a freelancer to help you out with that customization.

    Cheers!
    Elliott

    in reply to: Images somtimes dont load until refresh #457403

    Hi jesperbruun!

    When I viewed your link the first slider image did not load for me and when I tried to view it separately in the browser only a portion of it loaded for some reason. When I refreshed the page it loaded fine. Not sure what could be going on there.

    Try deactivating all of your plugins and clear your cache. If it’s still happening then try contacting your hosting provider to see if they have any idea on what it could be.

    Cheers!
    Elliott

    in reply to: Not all categories loaded for the blog #457397

    Hi bodiam!

    When you edit the shortcode there should be a “Post number” option. Set that to “All” or a very high number to display more sort options.

    The Masonry cannot sort between stuff that does not exist in the current set so you need at least one post displayed and assigned to the category for the sort option to appear.

    Best regards,
    Elliott

    in reply to: Fullwidth Easy Slider #457376

    Hi linktotheme!

    You have the caption set to center but your wanting it to display closer to the top? Try adding this to a codeblock element in the page.

    <style type = "text/css">
    .slideshow_align_caption { display: block !important; }
    </style>

    If that does not help then send us a link to the page and we’ll take a closer look.

    Cheers!
    Elliott

    Hi nunop!

    I checked your link but instead of a datepicker I see some select elements where you can select the month, day, and year. Did you remove the datepicker?

    Add it back in so we can take a look. Also be sure to deactivate all plugins while testing.

    Best regards,
    Elliott

    in reply to: Column block link overlay. #457362

    Hey!

    Give the color section a custom ID to use (when editing the section) and then add this to your custom CSS.

    #yourID .flex_column:hover { background: red !important; border-color: red !important; }
    

    Cheers!
    Elliott

    in reply to: Facebook share button not displaying #457356

    Hi dwebprojects!

    There is two snippets of code that it gives you. Are you sure your adding both to the codeblock element?

    The first snippet it gives you may need to be added to the end of the page but I do not think it matters. You could add this to your child theme functions.php file to add it near the bottom of the page.

    add_action( 'wp_footer', 'enfold_customization_footer_scripts' );
    function enfold_customization_footer_scripts(){
    ?>
    <div id="fb-root"></div>
    <script>(function(d, s, id) {
      var js, fjs = d.getElementsByTagName(s)[0];
      if (d.getElementById(id)) return;
      js = d.createElement(s); js.id = id;
      js.src = "//connect.facebook.net/en_US/sdk.js#xfbml=1&version=v2.3";
      fjs.parentNode.insertBefore(js, fjs);
    }(document, 'script', 'facebook-jssdk'));</script>
    <?php
    }

    Best regards,
    Elliott

    • This reply was modified 10 years, 7 months ago by Elliott.
    in reply to: How to change menu captions in Enfold Photography #457354

    Hi DHsolutions!

    Navigate to Dashboard > Appearance > Menus and click on the dropdown for each menu item. There will be an option called “Description” which you can use to fill that out.

    If you do not see the description option then click on “Screen Options” in the top right hand corner of your screen and check it to display.

    Regards,
    Elliott

    in reply to: Layerslider speed #457352

    Hey!

    Alrighty, let us know what they say.

    Best regards,
    Elliott

    Hi!

    I’m sorry but I don’t understand. Is that code you are adding to the child theme? What are you trying to do?

    That is probably where the error is coming from so try deleting it.

    Regards,
    Elliott

    • This reply was modified 10 years, 7 months ago by Elliott.
    in reply to: Help With LOGO and Slider #457343

    Hi!

    It seems to be working fine on my end. The code will hide the default menu so it does not overlap with your logo and then display the responsive menu instead. Or if your talking about something else then take a screenshot and highlight what your trying to do so we can get a better idea.

    As for the slider images to make them responsive they will always use 100% of the screen. How are you trying to make them display?

    Regards,
    Elliott

    in reply to: Add hover effect on Main Menu #457335

    Hey tendersqatar!

    You can do this in Dashboard > Enfold > Advanced Styling. Create a new rule for the main menu links and make sure to check the “Apply only to mouse hover state” checkbox.

    Regards,
    Elliott

    in reply to: Masonry – allow div tags? #457329

    Hi!

    Yes, that is the default behaviour for excerpts. If you want to display shortcodes or HTML then you need to create a custom excerpt by filling out the excerpt field when editing your post, like I said before.

    Here is an image explaining how it’s done, http://www.mhthemes.com/support/files/2014/07/Custom_Excerpts.png.

    Cheers!
    Elliott

    in reply to: Image background in color section not responsive #457327

    Hi!

    If you want the image to be stuffed into the container then you can use the second CSS I posted.

    .avia-section { background-size: 100% 100% !important; }
    

    Regards,
    Elliott

    in reply to: Fullscreen Slider Button Hover #457326

    Hi!

    Your talking about the button in the “We bring your vision to life” section correct? Send us a WordPress login and we’ll take a closer look.

    Regards,
    Elliott

    in reply to: WooCommerce Currency Switcher #457325

    Hey!

    To move the Woocommerce cart to the top right of your page then try this out.

    @media screen and (max-width:767px) {
    .responsive #top .cart_dropdown {
      right: -34px !important;
      top: -55px !important;
    }
    }

    If that’s not what your wanting to do either then take a screenshot and highlight exactly what your trying to do so we can get a better idea.

    Cheers!
    Elliott

    in reply to: Portfolio Grid AJAX Portfolio navigation arrows #457323

    Hi!

    It looks like you turned the AJAX feature off. Turn it back on and add the CSS code to the top of the Dashboard > Enfold > General Styling > Quick CSS field.

    Regards,
    Elliott

    Hey pachanights!

    First off read and do each of these steps, http://kriesi.at/documentation/enfold/my-contact-form-is-not-sending-emails/, and let us know of the results.

    Cheers!
    Elliott

    • This reply was modified 10 years, 7 months ago by Elliott.
    in reply to: Special Heading colour keeps changing #456878

    Hi daverogers!

    You have that specific section set to the alternate_color style when all of the others are using the main_color style. Switch it back to the main_color to get it to display as white. Or edit the special heading element and set the color manually.

    Regards,
    Elliott

    in reply to: What would cause this? #456875

    Hey robcao12345!

    I tried viewing your site but all I get is this, “CGI-limits reached, please try again later!”. Try contacting your hosting provider and let them know about this.

    You could try creating a copy of your theme settings in Dashboard > Enfold > Import/Export and then hitting the “Reset All Options” button to see if it’s a problem in your settings.

    Cheers!
    Elliott

    in reply to: Page appears not mobile-friendly #456871

    Hi Susanne!

    Your site is not displaying responsively for me. Did you disable the responsive settings in Dashboard > Enfold > General Layout > Dimensions? If so then turn that back on.

    If that does not help then deactivate all plugins, update Enfold to 3.2, and send us a WordPress login so we can take a closer look.

    Best regards,
    Elliott

    Hi t3lgroup!

    I didn’t see the date in the SERPS. The only numerals I saw were, “96 66 69 99”, which I’m guessing has to do with the phone number on the page.

    The SERPS title and description match what I see in your sites source code so I assume you got it fixed or google just did not update the listing when you checked it.

    If I am misunderstanding then take a screenshot of what your seeing so we can get a better idea.

    Regards,
    Elliott

    in reply to: Enfold Header Widget #456865

    Hey Jürgen!

    If you want it on the right hand side then remove this part.

    transform: translate(-50%);
    

    Cheers!
    Elliott

    in reply to: Enfold New Widget – Add Category #456863

    Hi Lester!

    Try copying lines 409 – 666 from that file and paste it into your child theme functions.php file.

    Best regards,
    Elliott

    in reply to: Read more does not work #456860

    Hi!

    Well that’s not a blog listing. I checked the page in your admin and your creating that content manually using the column and textblock elements. So if you want a button with the mandarin oriental section then just copy the “zum hotel” button in the section beneath it and drag it up.

    I went ahead and did it for you and it’s displaying fine on the frontend so I’m not sure I understand what the problem is.

    Best regards,
    Elliott

    in reply to: Facebook Share issue #456856

    Hi stroudas!

    Install this plugin, https://wordpress.org/plugins/wordpress-seo/, and it should pick up the featured image automatically. If it does not then edit your post and in the SEO section switch to the Social tab and set the image manually.

    Cheers!
    Elliott

    in reply to: Move transposh widget in header area #456852

    Hi USERNAME2015!

    Add this to your custom CSS.

    #header_meta { background: transparent !important; }
    #header_main_alternate > .container > .widget {
      position: absolute;
      top: -170px;
    }

    Cheers!
    Elliott

    in reply to: Layerslider speed #456848

    Hi Simon!

    Your using 25ms for the slide transition. In the LayerSlider tooltips it says do not use very small values. I would try contacting the LayerSlider authors about this.

    Or you could try just using one slide and add multiple layers to the slide and set the transitions on those instead of just using a bunch of slides with one image each.

    Best regards,
    Elliott

    in reply to: Blog Page images hover #456845

    Hi cthai!

    Send us a link to your page and we’ll take a look.

    Be sure your using the latest version of Enfold, 3.2, and that all plugins are deactivated while testing.

    Cheers!
    Elliott

    Hey!

    Make sure the theme is updated and then do a WP Reset, https://wordpress.org/plugins/wordpress-reset/, and import the demo again. If you still see the problem on the portfolio posts then try updating them.

    Regards,
    Elliott

Viewing 30 posts - 6,781 through 6,810 (of 14,834 total)