Viewing 30 results - 228,091 through 228,120 (of 243,989 total)
  • Author
    Search Results
  • #225955

    In reply to: Enfold Showcase

    Hi!

    Glad to see users helping each other out. :)

    Regards,
    Ismael

    #225952
    TheURLdr
    Participant

    The past two blog posts that we’ve written are showing on the main blog page, but when you click on the link to see the entire article, you’re taken to a black background page with our header, but no other information. It’s blank. You can see the latest example on our blog at: http://www.theurldr.com/blog/ . If you click on the most recent blog post: http://www.theurldr.com/kabbage-fast-flexible-financing/ you’ll be taken to a blank, black page.

    We had the same problem with the Teens for Jeans blog post on February 10, 2014 at http://www.theurldr.com/url-dr-local-teens-help-teens-for-jeans/ but I finally got it to post by shortening the length of the title. I tried that on the current blog post that isn’t showing but it didn’t work. Help!

    #225951

    In reply to: Enfold Showcase

    @Miikey
    Hello
    It’s not a WordPress plugin, i use AddThis API.
    Loot at my source code:
    First you will find:

        <div class="addthis_toolbox addthis_floating_style addthis_32x32_style" style="z-index:10000; background:none; right:0px;">
            <a title="Tweet this" class="addthis_button_twitter"></a>
    		<a title="Share on LinkedIn" class="addthis_button_linkedin"></a>
    		<a title="Publicly recommend on Google" class="addthis_button_google_plusone_share"></a>
    		<a title="Share on Facebook" class="addthis_button_facebook"></a>
    		<a title="Send to a friend" class="addthis_button_email"></a>
            <a title="Add to favorites" class="addthis_button_favorites"></a>
    	</div>

    And at the bottom of the page the Javascript

    <!-- AddThis Button BEGIN -->
    <script type="text/javascript">
    var addthis_config = 
    {
    	data_ga_property: 'UA-295478-35',
    	data_track_clickback: false
    } 
    var addthis_share =
    {
    	email_template: "ag_template",
        templates: {
                       twitter: 'Check out \'{{title}}\' on {{url}} from @Aug_Banking',
                   }
    }
    </script>
    <script type="text/javascript" src="//s7.addthis.com/js/300/addthis_widget.js#pubid=ra-52d9130e620475b3"></script>
    <!-- AddThis Button END -->

    And i have add my own CSS to place those icons where i want…

    #225944

    Flush you cache plugin.

    Best regards,
    Josue

    Steve
    Participant

    I got my hands on a dell w8 tablet yesterday. I wanted to see if my website rendered correctly on it to discover, that the pop down menu and mega menu stays down only as long as you keep your finger on the link, so there is no way to click any of the links that pop down. This only was a problem with the latest version of Internet explorer on a windows tablet. Chrome worked ok. I have tried it on your demo page http://kriesi.at/themes/enfold/ with the same results.

    • This topic was modified 11 years, 11 months ago by Steve.
    #225935

    Hi!

    You should use the WP Gallery Custom Links plugin. Add Dude’s code at the very bottom of functions.php. Make sure you have the latest version of Enfold.

    add_filter('avf_avia_builder_gallery_image_link', 'avia_change_gallery_thumbnail_link', 10, 4);
    function avia_change_gallery_thumbnail_link($link, $attachment, $atts, $meta)
    {
        $custom_url = get_post_meta($attachment->ID, '_gallery_link_url', true);
        if(!empty($custom_url))
        {
            $link[0] = $custom_url;
            $link['custom_link_class'] = 'aviaopeninbrowser';
        }
        return $link;
    }

    This works on our end. As you can see on the screenshot the link of the hovered image is google.com, which is the url that we set for the image.

    Cheers!
    Ismael

    #225924

    Too happy too soon.

    I added the code from the URL you postet to functions.php in theme and it worked. But only for myself while I’m logged in. If I log myself out, the price “From-To” appears again. :/ How can that be?

    #225922
    rogersmedia
    Participant

    In the Enfold theme, I see that it is possible to add a direct URL link when using the “Fullwidth Masonry Gallery”. This works pretty well, but I would like to do the same thing in the portfolio grid. The reason is because the portfolio grid add the sorting feature, which the fullwidth Masonry Gallery does not appear to have. Is it possible to either add sorting to the fullwidth masonry gallery or add a direct URL link to a portfolio grid item?

    Thanks.

    #225921

    Perfect! Amazing support!

    Thank you Josue!

    #225917

    Hi!

    3. Change that to:

    .single_variation_wrap .wgm-kleinunternehmerregelung {
         display: none;
    }

    Regarding 1, here’s a better solution:
    http://gerhardpotgieter.com/2014/02/13/woocommerce-2-1-variation-prices-revert-to-2-0-format/

    Cheers!
    Josue

    #225916

    Hey Josue,

    thank you! I’ve added your code.

    To my 3. point: I would like to remove just that marked sentence on screenshot. With your code, that sentence will taken out everywhere.

    The other points working good so far. Just one point: As you can see on the shop page, there are still some products that show price with the – after currency symbol. If this sign – would disappear that would be awesome!

    Regards
    milatch

    #225905
    This reply has been marked as private.
    #225902
    taylor_smith
    Participant

    Hi all!

    I just set up Author and Contributor accounts for new members of my team to create posts with, however the Enfold Magic Wand with all the fun features I use to format posts is not visible/available to them.

    Is there a way to fix this or am I forced to do all the final formatting of their posts?

    Thanks!

    #225901

    Hey wizbiz!

    What is the url for your site?

    Cheers!
    Devin

    #225898
    wizbiz
    Participant

    Hi guys!

    I used to be able to display the regular menu on ipad using this code, posted in some support posts here:

    @media only screen and (max-width: 989px) and (min-width: 768px) {
    .responsive .main_menu ul:first-child > li > a {
    padding: 0 6px;
    font-size: 10px;
    }
    
    .main_menu {
    margin-right: -20px;
    }
    
    .main_menu ul:first-child > li > a {
    padding: 0 11px;
    }
    
    .logo img {
    width: 200px;
    }
    }

    But now it’s not working anymore. When loading the page, the menu appears for a second, and then disapear behind what looks like a white layer.

    Any idea how to resolve this?

    Thanks!

    #225897

    Hi!

    Please add following code to Quick CSS in Enfold theme options under Styling tab

    .news-time { display: none; }

    Best regards,
    Yigit

    #225896

    Hey!

    Try adding this code to the Quick CSS:

    .wgm-kleinunternehmerregelung {
        display: none;
    }
    .entry-summary .woocommerce-product-rating {
        top: 1px;
    }
    .price{
        font-size: 0 !important;
    }
    .price span.amount:nth-child(2) {
        display: none !important;
    }
    .woocommerce_de_versandkosten {
        font-size: 14px !important;
    }

    Cheers! 
    Josue

    #225891

    Hey gmmediadienste!

    Please go to wp-content\themes\enfold\config-templatebuilder\avia-shortcodes folder and open logoslider.php file and find this code in 465th line and add rel=’nofollow’ as shown in screenshot https://dl.dropboxusercontent.com/u/14975671/nofollow.JPG

    Regards,
    Yigit

    • This reply was modified 11 years, 11 months ago by Yigit.

    Hi mattmorse!

    Please add following code to Quick CSS in Enfold theme options under Styling tab

    .post-meta-infos { display: none; }

    Cheers!
    Yigit

    #225885

    In reply to: Blog Post View

    Hey!

    Please choose to display Single Author, Small Preview Pic in Enfold theme options > General Settings and add following code to Quick CSS in Enfold theme options under Styling tab

    .blog .sidebar { display: none!important; }
    .blog .container .nine.units {
    width: 100%;
    }
    .blog .content {
    border-right-style: none; }

    Best regards,
    Yigit

    #225873
    This reply has been marked as private.
    #225872

    Yes, see link http://pixlengine.com/footer-widget-enfold.jpg … it is last column called ‘Events’.
    I just purchase last week has there been update to widgets since then? thanks.

    #225870

    Hey!

    Please add following code to Quick CSS in Enfold theme options under Styling tab

    @media only screen and (max-width: 480px) { 
    .page-id-7165 #av_section_2 { display: none; }}

    Regards,
    Yigit

    #225867

    Hey empulse!

    No, you can use Section ID to specify a custom ID for that section ( please see http://kriesi.at/documentation/enfold/add-anchors-to-your-page-for-single-page-navigation/ )
    But it is as easy as adding your code to Quick CSS in Enfold theme options under Styling tab

    span.av-masonry-date { display: none; }

    Best regards,
    Yigit

    Hi COLORIT!

    Please add following code to Quick CSS in Enfold theme options under Styling tab

    #top .no_margin.av_one_fourth {
    padding-right: 20px;
    }

    Cheers!
    Yigit

    BeeCee
    Participant

    Hi,

    I would like to use the sortable Ajax portfolio with 4 columns (http://kriesi.at/themes/enfold/portfolio/portfolio-ajax/) – but I would like to have a space/margin of 20 pixels between the items/rows.

    How can I do this, without destroying the layout/design (–> Ajax window)?

    Thanks.

    #225854

    Hi,

    Can you post the link to your website please?

    Regards,
    Josue

    #225852

    Hi TravisKempers!

    You can use this plugin to translate it http://wordpress.org/plugins/codestyling-localization/

    Cheers!
    Yigit

    #225850

    In reply to: Unable to make changes

    Hey neverenough!

    Please add following code to Quick CSS in Enfold theme options under Styling tab
    1-

    post-meta-infos { display: none; }

    If that does not work, please post the link to your website
    2- Can you please elaborate? I am not sure if i understood you clearly
    3- Please go to Enfold theme options > General Settings and choose Single Author, Big Preview Pic in Blog Style

    Best regards,
    Yigit

    #225848

    Hey claireremington!

    Please add following code to Quick CSS in Enfold theme options under Styling tab and adjust as needed

    .js_active .top_tab .tab { padding-left: 30px; padding-right: 30px; }

    Regards,
    Yigit

Viewing 30 results - 228,091 through 228,120 (of 243,989 total)