Forum Replies Created

Viewing 30 posts - 25,351 through 25,380 (of 25,536 total)
  • Author
    Posts
  • in reply to: Scrolled header transparency and picture focus #702812

    Hi,

    I think your code is right, just remove position:absolute!important;. Also I couldn’t see that code reflecting on the page, if you have caching plugin please clear the cache.

    Best regards,
    Nikko

    in reply to: Enfold bereits gekauft Avia lädt durchgängig #702810

    Hi nathalie,

    Sorry I missed this thread. Please let us know if the issue is fixed, if it’s not I’ll tag this to a moderator who understands German. The login details doesn’t work, please check but if this is fixed then no need :)

    Best regards,
    Nikko

    in reply to: Menu is covering logo on iPad #702808

    Hi Krzysztof,

    Glad that we could help :)

    Best regards,
    Nikko

    in reply to: Website not right on phone #702792

    Hi,

    You just need to edit the button element and scroll down on its options at the bottom of it you should see Custom Css Classes, there’s a field beside it, type: only-smartphone then Save and Update the page.

    Best regards,
    Nikko

    in reply to: Blog Configuration set-up #702789

    Hi,

    Yes, it’s possible but you need to do several things:

    1. Go to Enfold > Blog Layout. Under Blog Layout choose: Use the advance layout editor to build your own blog layout (simply edit the page you have chosen in Enfold->Theme Options as a blog page)
    2. Edit the page you have set as your blog page.
    3. Use 1/1 Grid and add Blog Posts and make sure Blog Style is set to Single Author, small preview Pic (no author picture is displayed, feature image is small) and Save
    4. In the same page, find Layout box and under Sidebar Settings set Right Sidebar. Update the page.
    5. Go to Enfold > General Styling and add the code below to Quick CSS and Save

    Before you add this code you need to give us a link to that page, you will notice that it is set to .page-id-xx since you need to give us a link to that page so we know the page id and have the sidebar on that specific page hidden.

    
    .page-id-xx .sidebar.sidebar_right {
        display: none;
    }
    

    Hope this helps :)

    Best regards,
    Nikko

    in reply to: About Portfolio Gird. #702783

    Hi Tommy,

    I have added this code in functions.php (at the bottom):

    function add_custom_script(){
    ?>
    <script type="text/javascript">
    (function($){
    	function newtab() {
    		$(".isotope .inner-entry > a.grid-image").attr('target', '_blank');
    	}
    
    	newtab();
    })(jQuery);
    </script>
    <?php 
    }
    add_action('wp_footer', 'add_custom_script');

    This code allows the portfolio links to open in new tab, just remove it if you don’t want it to open in new tab or want to use the features “Display the big image in a lightbox” or “Open a preview of the entry”. Also I’d like to remind you since you have this customization in files to make a backup and use a child theme so you won’t have any problems losing the customizations during a theme update.

    Best regards,
    Nikko

    • This reply was modified 8 years, 2 months ago by Nikko. Reason: formatting
    in reply to: Highlight current category on product preview #702772

    Hi Karol Kurczyński,

    Kindly uncheck the Parent Categories in the product, just check only the direct category of the product. I have modified a product (link in the private content), you should see it fixes the issue.

    Best regards,
    Nikko

    in reply to: bitly links not working for redirected pages #702765

    Hey norcalnathan,

    I tried checking on both links you have given and both are working when clicking on kindle pic, I have compared the page it opens in amazon and the url, both are the same. Can you tell us what device, browser, OS you are using? Can you also test it in desktop, user browser like chrome or firefox, if the issue also persists there?

    Best regards,
    Nikko

    in reply to: Adding breadcrumbs question for Products and Categories #702764

    Hi,

    I checked and it’s still the same, returning 500 Internal Server Error. The link I pointed out works even if you are using the default editor or the advance layout builder as long as it is a woocommerce product. The way it works is enabling the breadcrumbs on the whole website, then hiding it in all pages except for product pages.

    Best regards,
    Nikko

    Hi Marcel,

    Seems like the problem appears when you are using other Permalinks besides the Default (Standaard). I take a quick peek at the image in the media library and it shows a broken image but after refreshing the permalink, it was fixed, also I created a page called: Test and it doesn’t show up, but after changing the permalink to Default, it was also working (link in the private content).

    You can check this link: https://codex.wordpress.org/Using_Permalinks for further information regarding permalinks on Windows Server. Try to contact you hosting provider to help you with it’s setup with WordPress.

    Best regards,
    Nikko

    in reply to: Fullwidth Easy Slider Position of Imagery #702750

    Hi!

    It seems to using a larger image size in terms of height but it really looks a lot better than before. Can you give us a temporary admin access so we can inspect further. Just place the details in the Private Content section when you reply.

    Regards,
    Nikko

    in reply to: Menu is covering logo on iPad #702747

    Hi!

    Kindly add this code:

    .flex_column.av_one_half {
        word-break: break-word;
    }
    
    .flex_column.av_one_half .avia_textblock h2 {
        font-size: 18px !important;
        line-height: 1.3;
        margin-bottom: 16px;
    }
    
    .flex_column.av_one_half .avia_textblock h3 {
        font-size: 16px;
        line-height: 1.4;
    }

    at the bottom of this code:

    .av-catalogue-price {
    	position: static;
    }

    Just adjust the font-size and line-height values. Let us know if it works :)

    Best regards,
    Nikko

    in reply to: Make the images in "Masonry Gallery" link a certain page #702739

    Hi!

    Glad we could help you and thanks for using Enfold :)

    Regards,
    Nikko

    Hi Oren,

    Glad that we could help :)

    Best regards,
    Nikko

    in reply to: Dropdown Form element #702736

    Hey!

    Can you post a link to that page so we can see the issue if you use the dropdown I suggested? so we can inspect it even further. Please post it in the Private Content section when you reply.

    Best regards,
    Nikko

    in reply to: Masonry caption smaller for mobile #702733

    Hey!

    Kindly replace the code I gave you with this code:

    @media only screen and (max-width:1024px) {
      #top .av-caption-style-overlay .av-masonry-item-with-image .av-inner-masonry-content {
        padding: 10px;
      }
    
      #top .av-caption-style-overlay .av-masonry-entry .av-masonry-entry-title {
        font-size: 14px !important;
      }
    }

    Let us know if it works :)

    Best regards,
    Nikko

    in reply to: changing font size in the woo grid product #702598

    Hey jb84,

    Try adding this code to Quick CSS (located in Enfold > General Styling):

    .products .product h3 {
        font-size: 18px;
    }

    Just change the 18px to any value you want. Let us know if it works for you :)

    Best regards,
    Nikko

    in reply to: Column widths changed since recent update #702596

    Hey hmuscroft,

    Try to add this code in Quick CSS (located in Enfold > General Styling):

    .avia-table {
        width: auto !important;
    }

    Hope this helps :)

    Best regards,
    Nikko

    in reply to: Hide woocommerce product menu on mobile device #702595

    Hi,

    Glad that you fixed it :)

    Best regards,
    Nikko

    in reply to: Diagonal Border angle? #702593

    Hi,

    It will definitely vary from site to site if it is specific on a section or page. And also it’s easier for us to identify what css to use since extra classes are added depending on how you set it. Try adding this code to your Quick CSS (located in Enfold > General Styling):

    .avia_transform .av-extra-border-element.border-extra-diagonal .av-extra-border-inner {
        -webkit-transform: rotate(2deg);
        transform: rotate(2deg);
    }

    if it doesn’t work try this one instead:

    .avia_transform .av-extra-border-element.border-extra-diagonal .av-extra-border-inner {
        -webkit-transform: rotate(2deg) !important;
        transform: rotate(2deg) !important;
    }

    Hope this helps.

    Best regards,
    Nikko

    in reply to: Fatal Error #702587

    Hi jnightingale,

    Glad that it’s fixed :)

    Best regards,
    Nikko

    in reply to: Dropdown Form element #702586

    Hey apicalmedia,

    Edit the Contact Form, click on the Add button (with + icon), click on the created Element, on Form Element Type choose Form Element: Select Element, Fill in the other Fields and Save. Hope this helps :)

    Best regards,
    Nikko

    in reply to: Blog Page Featured Image Formatting #702585

    Hi VastMarketing,

    Glad we could help :)

    Best regards,
    Nikko

    in reply to: Problem with comments on Enfold Theme v3.8 #702581

    Hi,

    No problem, I think there is an issue with your server try contacting you hosting provider and once they restored your site, please let us know if the problem still persists. :)

    Best regards,
    Nikko

    in reply to: Masonry caption smaller for mobile #702580

    Hi,

    Kindly add this code to Quick CSS (located in Enfold > General Styling):

    @media only screen and (max-width:767px) {
      #top .av-caption-style-overlay .av-masonry-entry .av-masonry-entry-title {
        font-size: 18px !important;
      }
    }

    Just change 18px to any values you want. Hope this helps.

    Best regards,
    Nikko

    in reply to: Favicon Display Issue #702575

    Hi,

    This is fixed. It’s a caching issue, after clearing the cache the issue still persists but after deactivating w3 total cache, the issue is fixed, I have enabled w3 total cache and since the caching has been regenerated there should be no issues :)

    Best regards,
    Nikko

    in reply to: Wanted: reverse effect on hover over portfolio images #702572

    Hey manuelap,

    Can you try to add this code in Quick CSS (located in Enfold > General Styling):

    .av-masonry-entry:hover .av-masonry-image-container {
        opacity: 0.3 !important;
    }

    Hope this helps :)

    Best regards,
    Nikko

    in reply to: fullwidth submenu color of active #702569

    Hi Uros,

    Glad that you fixed it :)

    Best regards,
    Nikko

    in reply to: Image alignment on mobile version #702568

    Hey bauchope,

    Yes, can you give more details, perhaps a screenshot so we know what images do you want to be centered.

    Best regards,
    Nikko

    in reply to: Blog Post Title and Categories not behaving like others #702567

    Hi,

    Please let us know if this is resolved :)

    Best regards,
    Nikko

Viewing 30 posts - 25,351 through 25,380 (of 25,536 total)