Forum Replies Created

Viewing 30 posts - 12,961 through 12,990 (of 14,834 total)
  • Author
    Posts
  • in reply to: Sidebar #364889

    Hi!

    Your sidebars are displaying fine for me. It looks like you have two text widgets with some text and images inside. Can you take a screenshot and highlight what your trying to do so we can get a better idea?

    Best regards,
    Elliott

    • This reply was modified 11 years, 1 month ago by Elliott.
    in reply to: Mega Menu width #364886

    Hi!

    The login information does not seem to be working. Did you get it fixed?

    Best regards,
    Elliott

    in reply to: fonts problem #364882

    Hey!

    Try this.

    @font-face {
        font-family: "DINWeb";
        src: url("URL to the regular font");
    }
    @font-face {
        font-family: "DINWeb";
        src: url("URL to the bold font");
        font-weight: bold;
    }
    

    I think that will have it pick up the bold styling automatically.

    Regards,
    Elliott

    • This reply was modified 11 years, 1 month ago by Elliott.
    in reply to: Adding custom file as social icon #364878

    Hey trossa!

    Your link is giving me a 404. Are you trying to add one to the header / footer social icons or the “Share this entry” box beneath your posts?

    Regards,
    Elliott

    in reply to: Enfold Ajax Partial Refresh #364873

    Hey!

    It looks pretty specific. Not sure if we will be able to help you with this or not but send us a WordPress login and we’ll take a look.

    It would probably be best to contact the developer who created this for you though.

    Cheers!
    Elliott

    in reply to: Menu Choices not saving in WP 4.01 Enfold 3.04 #364868

    Hey colorowdy4real!

    Thanks for using Enfold.

    Let’s try the following.

    1. Deactivate all plugins.

    2. Completely delete the theme before downloading + uploading a fresh copy from themeforest.

    3. Increase your max_input_vars, http://sevenspark.com/docs/ubermenu-menu-item-limit.

    If your still having problems then send us a WordPress login and we’ll take a look.

    Cheers!
    Elliott

    • This reply was modified 11 years, 1 month ago by Elliott.
    in reply to: Read data submitted with Gravity Forms #364865

    Hi!

    It seems like a specific issue so your probably not going to find anyone who has done this here in the Enfold support forums. It would probably be best to contact gravity forms support about this.

    But to answer your question, the way to read a custom field and display it from a post is this WordPress function, http://codex.wordpress.org/Function_Reference/get_post_meta.

    Regards,
    Elliott

    in reply to: Showing logo when responsive menu is open #364862

    Hi!

    Try commenting out line 374 in /enfold/js/avia.js.

    //win.scrollTop(0);
    

    This will be fine if your menu is small but if you have a large menu that is bigger than the screen height then it’s not going to work like your wanting.

    Best regards,
    Elliott

    in reply to: Add Filter option to Masonry Gallery #364854

    Hey jeroenhamel!

    It sounds like your wanting to add the sorting to the Masonry Gallery element. Unfortunately that is going to take a lot of time and code and would have to be considered custom work.

    It would be best to use the Masonry element instead. You can use it with your regular posts if you do not wish to use the portfolio posts. If it was me I think I would create posts for each image and create tags on the posts so they can be sortable by tag.

    Cheers!
    Elliott

    in reply to: Sort Portfolio Categories Manually #364851

    Hi Andrea!

    There is not a WordPress query setup for that and it would take a lot of time and code to add that in so it would have to be considered custom work. You can sort them manually by doing this though, https://kriesi.at/support/topic/portfolio-item-order-4/#post-364713.

    Best regards,
    Elliott

    in reply to: Edit pages template and page speed #364847

    Hi!

    I’m sorry but I’m not sure I understand. Go ahead and send us a link to the exact page and take a screenshot highlighting what your trying to do so we can get a better idea.

    As for the category in the breadcrumbs make sure that you setup your blog page in Dashboard > Enfold > Theme Options.

    Cheers!
    Elliott

    • This reply was modified 11 years, 1 month ago by Elliott.
    in reply to: Widget on top of the menu sidebar #364846

    Hey!

    I cannot see the widget then if it keeps redirecting me. Try deleting your .htaccess file and then refresh your permalinks in Dashboard > Settings > Permalinks. Also be sure to deactivate all plugins while testing.

    I also tried logging in but it doesn’t seem to be working.

    Cheers!
    Elliott

    in reply to: Custom social media icon not working #364843

    Hi!

    When I try to login now WordPress gives me a message saying my browser does not accept cookies (which is not correct) so I’m not sure what’s going on there. Try deactivating all of your plugins and let us know when your done.

    Cheers!
    Elliott

    in reply to: Logo – enlarging/centring #364840

    Hi stevewturnbull!

    I checked your site but you have the logo set to the left and the menu to the right so I’m not sure what your trying to do from your description. Go ahead and add it back to centered and take a screenshot highlighting what your trying to do so we can get a better idea.

    1. + 2. Add this to your custom CSS.

    .avia-menu-fx { bottom: 20px !important; }
    #menu-item-search > a {
        font-size: 20px !important;
    }

    Best regards,
    Elliott

    • This reply was modified 11 years, 1 month ago by Elliott.
    in reply to: extra space above header #364835

    Hi Munford!

    Let’s try the following.

    1. Deactivate all plugins.

    2. Completely delete the theme before downloading + uploading a fresh copy.

    Cheers!
    Elliott

    in reply to: Google Maps – Address unequal padding #364833

    Hi ex0rcist88!

    When you add the google maps element to your page there is an option for setting the default zoom level and also an option for disabling the zoom controls.

    Cheers!
    Elliott

    in reply to: Smaller blog icon of featured image in blog posts? #364832

    Hi Effektid!

    Your site is under a coming soon plugin it looks like so I could not view your links. Are you using this layout? http://kriesi.at/themes/enfold/blog/blog-single-small/

    If so then you can change the size for that on line 100 in the functions.php file.

    $avia_config['imgSize']['square'] 		 	    = array('width'=>180, 'height'=>180);		                 // small image for blogs
    

    As for lightbox try opening up /enfold/includes/loop-index.php and change line 121 from this.

    $blog_meta_output = "<a href='{$link}' class='small-preview' title='{$featured_img_desc}'>".$slider.$icon."</a>";
    

    To this.

    $blog_meta_output = "<a href='".avia_image_by_id(get_post_thumbnail_id(), 'large', 'url')."' class='small-preview' title='{$featured_img_desc}'>".$slider.$icon."</a>";
    

    Best regards,
    Elliott

    in reply to: Standard Post image size #364823

    Hey arconics!

    Navigate to Dashboard > Enfold > Blog Layout and select the “Single Author big preview Pic” style. You can set the sidebar layout in Dashboard > Enfold > Sidebar Settings.

    I tried viewing your links but they give me a 404.

    Best regards,
    Elliott

    in reply to: Share icons on portfolio items #364818

    Hey Carolina!

    Please try this out, https://kriesi.at/support/topic/share-icons-on-pages-and-portfolio-items/.

    Regards,
    Elliott

    in reply to: Weird Theme Options/edit page formatting on update #364816

    Hi Kris1711!

    Is this only happening in Enfold? What happens in the default theme?

    I would try deactivating all plugins and upload a fresh copy of the theme. If that does not help then send us a WordPress login and we’ll take a look.

    Best regards,
    Elliott

    in reply to: Easy slider – styling? #364815

    Hi CharlottevanHauen!

    Try adding this to your custom CSS.

    .avia-caption-title {
        background: none repeat scroll 0 0 red !important;
        color: white !important;
    }

    Best regards,
    Elliott

    in reply to: How to create a nice Pricelist with tables #364812

    Hey petcar!

    If you need to set the width for a column then add a codeblock element to your page and add this inside.

    <style type = "text/css">
    tr > th:nth-child(1) {
        width: 100px !important;
    }
    tr > th:nth-child(2) {
        width: 30px !important;
    }
    tr > th:nth-child(3) {
        width: 150px !important;
    }
    </style>

    You can set the widths for each column that way.

    Best regards,
    Elliott

    in reply to: Footer Socket customisation #364801

    Hi nigellim68!

    1. Try adding this to your custom CSS.

    #socket .social_bookmarks li { width: auto !important; overflow: visible !important; }
    #socket .social_bookmarks > .social_bookmarks_twitter:after {
        content: "Here is twitter";
    }
    #socket .social_bookmarks > .social_bookmarks_dribbble:after {
        content: "Here is dribbble";
    }

    2. Please see here, https://kriesi.at/support/topic/custom-social-bar-icons-replaceadd-enfold/. There are a few examples in the middle of the topic on how to add your own.

    Cheers!
    Elliott

    in reply to: Testimonials in one column on tablet portrait view #364792

    Hi bogosavljev!

    Can you send us a link so we can take a look? It’s hard to tell what is needed until we see the exact elements your using. You can set your reply as private if you wish.

    Cheers!
    Elliott

    in reply to: Slider not working #364790

    Hi Willem!

    It looks like your using Enfold 3.0.2. Go ahead and update to the latest version, 3.0.4, and let us know when your done and we’ll take a closer look.

    Also be sure to deactivate all plugins while testing.

    Regards,
    Elliott

    in reply to: moving the main nav (margins?) #364787

    Hi insurefirst!

    Try adding this to your custom CSS.

    .html_header_top.html_bottom_nav_header .main_menu > div, .html_header_top.html_bottom_nav_header .main_menu ul:first-child { float: right !important; width: auto !important; }
    

    Regards,
    Elliott

    in reply to: Fullscreen Slider – nav link #364770

    Hey pixallus!

    Try adding a codeblock element right before the slider and add this inside.

    <span id = "link_to_me" style = "display: none;"></span>
    

    Cheers!
    Elliott

    in reply to: Google structured data markup tool implementation. #364768

    Hey Kayzel!

    Your talking about this part correct?

    <meta itemprop="name" content="asdf">
    <span itemprop="address" itemscope itemtype="http://schema.org/PostalAddress">
    <meta itemprop="streetAddress" content="asdf">
    <meta itemprop="addressLocality" content="asdf">
    <meta itemprop="addressRegion" content="asdf">
    <meta itemprop="addressCountry" content="asdf">
    <meta itemprop="postalCode" content="asdf"></span>
    <meta itemprop="telephone" content="asdf">
    <span itemprop="openingHoursSpecification" itemscope itemtype="http://schema.org/OpeningHoursSpecification">
    <span itemprop="dayOfWeek" itemscope itemtype="http://schema.org/DayOfWeek">
    <meta itemprop="name" content="asdf"></span></span>
    <meta itemprop="url" content="">
    <meta itemprop="email" content="asdf"></div>
    

    You can drag a codeblock element over to your page and add that inside it. Or if it’s a post then just switch to the HTML editor instead of the Visual editor and paste it inside.

    I would also consider checking out this plugin, https://wordpress.org/plugins/all-in-one-schemaorg-rich-snippets/. It might be easier to setup the rich snippets that way.

    Cheers!
    Elliott

    in reply to: [Menu] mouseover effect on last item off #364756

    Hey Flikk!

    It looks like it’s a CSS bug when using the menu in that position and disabling the search icon. The only way to fix it would be with CSS.

    .html_header_searchicon_disabled #top .main_menu .menu > li:last-child > a .avia-menu-fx { left: 0px !important; }
    

    Best regards,
    Elliott

    in reply to: Parallax multiplier for relative speed #364747

    Hi aribann!

    Try adding this to the bottom of your functions.php file.

    add_filter( 'avf_parallax_speed', 'enfold_customization_change_speed' );
    function enfold_customization_change_speed( $speed ) {
         return 0.5;
    }

    Regards,
    Elliott

Viewing 30 posts - 12,961 through 12,990 (of 14,834 total)