Forum Replies Created

Viewing 30 posts - 48,511 through 48,540 (of 66,065 total)
  • Author
    Posts
  • in reply to: Updating image urls in text box in portfolio items #432701

    Hi!

    This is the image url when I checked the page: http://weblinedesigns.com/wp-content/uploads/2015/02/webline-screenshot.jpg

    I didn’t find the Technology section so I went to the Brand page and one of the logo url is this:
    http://weblinedesigns.com/wp-content/uploads/2015/02/chalos-law.png

    Best regards,
    Ismael

    in reply to: Overlay behaviour only on hover #432700

    Hi!

    Add this in the Quick CSS field:

    .av-masonry-container.isotope:hover a .av-masonry-image-container {
      opacity: .5 !important;
    }
    
    .av-masonry-container.isotope a:hover .av-masonry-image-container {
      opacity: 1 !important;
    }
    

    Make sure that the masonry overlay is deactivated.

    Regards,
    Ismael

    in reply to: Change Position of the avia content title (easy slider) #432642

    Hi!

    Replace the code with this:

    .postid-491 .avia-caption {
      right: 0;
      position: absolute;
      width: auto;
      left: auto;
      bottom: -10px;
    }

    Best regards,
    Ismael

    Hey!

    The authentication (username: boom, pw: ******) details are not working. Please check. If possible, please provide a screenshot of the issue so that we can find it quickly.

    Cheers!
    Ismael

    in reply to: Abstand der Beiträge modifizieren #432638

    Hi!

    Thank you for the link. You can add this in the Quick CSS field:

    .template-blog .post_delimiter {
      margin: 0;
      padding: 30px 0 0 0;
    }

    Cheers!
    Ismael

    in reply to: Show Product Name and Price #432635

    Hey!

    You have this code in the Quick CSS field:

    ul.products.list li.product div[itemprop="description"], #top .inner_product_header {
      display: none !important;
    }

    Remove it to display the prices.

    Cheers!
    Ismael

    in reply to: Main picture under menue #432634

    Hi!

    1.) Create a page called “Blog”.

    2.) Set this page as blog in Enfold > Theme Options > Where do you want to display blog? setting.

    3.) Go to Enfold > Blog layout panel then set the Blog Style to 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).

    4.) Edit the “Blog” page then add a color section element. Apply a background. Below the color section, add a Blog Posts element to display the posts.

    If you want to apply the images on all pages, you need to add it manually by using the advance layout builder.

    Cheers!
    Ismael

    in reply to: Portfolio Tabs #432630

    Hey Picante!

    Thank you for using Enfold.

    Yes, it’s possible. Make sure that you add excerpts on the portfolio items. Create a page, add the Portfolio Grid element then set the “Excerpt” setting to Title & Excerpt.

    Cheers!
    Ismael

    in reply to: Adding images to the title bar #432627

    Hey Picante!

    Thank you for using Enfold.

    Use a color section then add a special heading element inside. Add a color section background as well.

    Cheers!
    Ismael

    in reply to: Issues with localization #432626

    Hi gupshupdotme!

    Thank you for using Enfold.

    Yes, I’m sorry but we can’t recommend the qtranslate plugin because it handles the translation differently. The plugin places all translations in the same post or page. The advance layout builder just can’t handle that. You have to use WPML.

    Cheers!
    Ismael

    in reply to: Updating Theme & Editing Pages #432624

    Hey!

    1.) Not all users can see what you see in the cart. Try to view it on another browser or remove the browser cache and cookies. I’m sure it will be empty.

    2.) It’s not possible to include the tax or discount calculation inside the cart widget. I’m sorry but you will have to hire a freelance developer to add it or visit codeable: http://kriesi.at/contact/customization

    Cheers!
    Ismael

    in reply to: Multiple videos playing #432621

    Hi EricSmeets!

    Thank you for using Enfold.

    Not by default, you will have to add a custom script for that. Anyway, why would someone play two videos at the same time. There is also a pause button for each video.

    Best regards,
    Ismael

    in reply to: Column header text disappearing and slider text #432620

    Hey annekindlemix!

    Thank you for using Enfold.

    1.) You can adjust the font size on smaller screen sizes:

    @media only screen and (max-width: 989px) {
    #top #wrap_all .header_color h2, #top #wrap_all .main_color h2, #top #wrap_all .alternate_color h2, #top #wrap_all .footer_color h2, #top #wrap_all .socket_color h2 {
      font-size: 18px;
    }}

    2.) Select the second option in the Enfold > Header > Mobile Menu > Header Mobile Menu activation setting.

    3.) The slider captions resized properly when I checked it. Please provide a screenshot. You can use css media queries if you want to decrease the font size of the captions.

    Best regards,
    Ismael

    in reply to: Breadcrumbs not showing hierarchy of posts #432619
    This reply has been marked as private.
    in reply to: Clickable menu option on tablets #432611

    Hey EricSmeets!

    Thank you for using Enfold.

    That’s why we have the mobile menu. You can force it show on tablet view. Go to Enfold > Header > Mobile Menu panel. Select the second option of the Header Mobile Menu activation setting. If you want to show the mobile menu on a specific screen size, add this in the Quick CSS field:

    @media only screen and (max-width: 1024px) {
    .html_mobile_menu_tablet .container #advanced_menu_toggle, .html_mobile_menu_tablet #advanced_menu_hide {
    display: block;
    }
    
    .responsive .av_mobile_menu_tablet .main_menu {
    display: none;
    }
    
    .html_mobile_menu_tablet #mobile-advanced {
    display: block;
    }}
    

    Cheers!
    Ismael

    in reply to: BBpress is not showing as it should #432608

    Hey!

    You should use the bbPress shortcodes for better flexibility. For example, to display the entire forum index, you can add this in a page:

    [bbp-forum-index]
    

    This will page will display the theme’s default breadcrumbs plus you can add additional content because of the advance layout builder. Refer to this link for more info: https://codex.bbpress.org/shortcodes/

    If you want to enable the breadcrumbs for each topic, make sure that the Enfold > Header > Header Title and Breadcrumbs is enabled.

    Best regards,
    Ismael

    in reply to: Form nog showing properly on Samsung tablet #432606

    Hi EricSmeets!

    Thank you for using Enfold.

    I noticed that you removed the background. Is that correct? Please add it back so that we can inspect it. Meanwhile, please try this in the Quick CSS field:

    .avia-section {
      -webkit-transform: translateZ(0);
    }

    I’ll ask the rest of the support team to check it

    Cheers!
    Ismael

    in reply to: Categories Banner #432599

    Hey!

    Go to Enfold > Shop Options then enable the Main Shop Page Banner. After that tick the “Enable Banner for product category pages” option. Go to each product categories to add a banner image. Note that you cannot add more than one banner image.

    Best regards,
    Ismael

    Hey!

    Oh! My bad. It will take care of the scroll position but it will not open the tab automatically. Here’s what you have to do, you still have to add a hidden container but the id should correspond to the current tab id. For example, the second tab should have a hidden container that looks like this:

    <div id="tab-id-2"></div>
    

    You can now, create a link that will automatically open the tab and simultaneously scroll to the exact position of the tab content:

    <a href="http://weblinedesigns.com/web-design-development/#tab-id-2"></div>
    

    Same goes for the first, third and up to the last tab.

    Cheers!
    Ismael

    in reply to: Social Buttons nach Update verschoben #432584

    Hi!

    By default, you have to add the social share buttons manually in the advance layout builder. Go to the Content Elements panel, insert the Social Share Button element. Remove this code in the functions.php file:

    add_filter('avf_template_builder_content', 'avia_add_social_toolbar_template_builder', 10, 1);
    function avia_add_social_toolbar_template_builder($content = "")
    {
        if(is_singular('post')){
    	$content .= '<div id="custom_share_box" class="avia-section main_color container_wrap"><div class="container">';
    	$content .= avia_social_share_links(array(), '', '', false);
    	$content .= '</div></div>';
        }
    	return $content;
    }
    

    Best regards,
    Ismael

    in reply to: menu item dropping down to next row #432581

    Hey!

    1.) Please try to add the code in the Quick CSS field:

    #top #header .av-main-nav > li > a {
      color: #0bedfd;
      font-size: 14px;
      padding: 0 6px !important;
    }

    2.) I checked the home page on Chrome and IE, the accordion images are working fine. Please try to remove browser cache then reload the page. Make sure that you have the latest version of the browsers.

    3.) Adjust the color with this in the Quick CSS field:

    #top .av-magazine .avia-inherit-font-color a.av-magazine-top-heading, #top .av-magazine .avia-inherit-font-color a.active_sort, #top .av-magazine .avia-inherit-font-color a:hover {
      color: #0bedfd;
    }

    Regards,
    Ismael

    in reply to: Content of fullwidth easy slider sometimes not loading #432578

    Hey!

    Yes, I can reproduce the issue. The weird thing is, if you go to the actual image url, they don’t exist:

    http://www.ericsmeets.nl/testserver/wp-content/uploads/2015/04/Transparant_WitteStrepen-1500×430.png
    http://www.ericsmeets.nl/testserver/wp-content/uploads/2015/04/Transparant_WitteStrepen2-1500×430.png

    Did you add any thumbnail size modifications or any modifications at all? Please try to regenerate the thumbnails with this plugin: https://wordpress.org/plugins/simple-image-sizes/

    Best regards,
    Ismael

    in reply to: How to show post images in the search results #432575

    Hi!

    Replace the code with this to create a link:

     $searchthumb    = get_the_post_thumbnail( $post_id, $size, $attr );
                    echo "<span class='search-result-counter {$counterclass}'><a title='".the_title_attribute('echo=0')."' href='".get_permalink()."' $markup>{$searchthumb}</a></span>";

    Add this in the Quick CSS field to align the search result:

    #top .template-search.content .entry-content-wrapper {
      padding-left: 0;
    }

    Best regards,
    Ismael

    in reply to: Sort events by event date in blog grid display #432573

    Hey dm!

    Thank you for using Enfold.

    You can enable the order and orderby option in the blog posts element: http://kriesi.at/documentation/enfold/how-to-add-an-orderorderby-option-to-the-blogpost-sliderportfoliomasonry-grid-element/

    Best regards,
    Ismael

    in reply to: Insert PHP in pages/posts… #432570

    Hi jmaubert!

    Thank you for using Enfold.

    You can try the code block element. It’s not advisable to add php codes inside the wp editor even when you’re using a plugin.

    Cheers!
    Ismael

    in reply to: Portfolio item with sliding text? #432566

    Hey QuantumLeapDesign!

    Thank you for using Enfold.

    Unfortunately, there is no available option for that feature yet. You can only set a single set of preview text for the ajax portfolio. Please hire a freelance developer or contact codeable: http://kriesi.at/contact/customization

    Regards,
    Ismael

    in reply to: Using a custom shortcode inside the editor #432564

    Hi Michael!

    Thank you for using Enfold.

    I’m sorry but I don’t think this is going to work in the advance layout builder without enough modification between the theme and the plugin. Try to switch to the default editor. Please contact the plugin author for more info.

    Best regards,
    Ismael

    in reply to: Full Screen Slider Reduce Height Javascript #432558

    Hi!

    Use this in side the media query:

    div#full_slider_1, div#full_slider_1 > * {
      height: 350px !important;
      max-height: 350px !important;
    }

    The second css code above should re-align the captions.

    Cheers!
    Ismael

    in reply to: Menù style current #432104

    Hi Serena!

    Thank you for using Enfold.

    Add this in the Quick CSS field:

    .current_page_ancestor.menu-item-mega-parent a {
      color: red !important;
    }

    Cheers!
    Ismael

    in reply to: BBpress is not showing as it should #432102

    Hi!

    Which of the element would you like to bring back? If you want the freshness column, for example, add this in the Quick CSS field:

    .bbp-forum-freshness, .bbp-topic-freshness {
      display: block;
    }
    
    li.bbp-forum-info, li.bbp-topic-title {
      width: 68%;
    }
    
    li.bbp-forum-freshness, li.bbp-topic-freshness {
      text-align: center;
      float: left;
      width: 10%;
    }

    Note that bringing this elements back will break the layout of the page. Please hire a freelance developer to redesign the forum page. OR you can contact codeable: http://kriesi.at/contact/customization

    Cheers!
    Ismael

Viewing 30 posts - 48,511 through 48,540 (of 66,065 total)