Forum Replies Created

Viewing 30 posts - 61,951 through 61,980 (of 66,017 total)
  • Author
    Posts
  • in reply to: Issues with slider #181432

    Hey!

    Can you please post the login details here? Set it as a private reply. I tested this on my end and it works. I don’t see any random 3D transition on the last slide.

    Cheers!
    Ismael

    in reply to: Adding Script when using Advanced Layout Builder #181431

    Hey!

    Make sure that you place the javascript on Text or HTML mode of the editor.

    Please try this plugin: http://wordpress.org/plugins/insert-javascript-css/

    Best regards,
    Ismael

    in reply to: Media queries and custom CSS for French translations (WPML) #181430

    Hey!

    Can you please post the login details here? Set it as a private reply. Have you tried the following suggestions on custom.css file?

    Best regards,
    Ismael

    in reply to: Home page slider issue #181427

    Hi!

    The link to the site is still not working. Maybe, my ip address is blocked or something. Let’s wait for other support team member to check the site.

    Regards,
    Ismael

    in reply to: artifacts in slideshow dots #181425

    Hi!

    I can’t seem to find the portfolio items with the dots. Can you please point us to that specific item?

    Best regards,
    Ismael

    in reply to: Submit button – use the enfold instead of the form button #181424

    Hey!

    Please give us a link to the contact page. The code should change the submit button. Please place the code on the child theme’s style.css.

    Best regards,
    Ismael

    in reply to: Please contribute and translate Enfold #181423

    Hi!

    I think you should thank Kriesi. :)

    Best regards,
    Ismael

    in reply to: Problems creating Masonry Shop #181365

    Hey Abbe!

    Don’t set the Shop Base Page on Woocommerce > Settings > Pages.

    Cheers!
    Ismael

    Hi eakozel!

    Your checkout page loads fine. This is the screenshot:

    Have you tried this on a different browser?

    Regards,
    Ismael

    in reply to: Alternative to slider? #181363

    Hi!

    You can use this plugin: http://wordpress.org/plugins/bwp-minify/

    Regards,
    Ismael

    Hi!

    Go to Enfold > Sidebar > Sidebar on Archive Pages select left sidebar.

    Cheers!
    Ismael

    in reply to: Blog Page Help #181361

    Hey Marssolutions!

    You can create a page, name it as Blog or whatever you want. Go to Enfold > Theme Settings > Where do you want to display Blog? > select the page. You can also create a page then insert the Blog Posts element using the shortcode or the Advance Layout Builder. :)

    Cheers!
    Ismael

    in reply to: Interference with Radar Plugin #181359

    Hey ctexier!

    I’m sorry but we don’t have the access to the plugin. Can you please give us a link to the page? What issues are you experiencing with Enfold while the plugin is installed?

    Best regards,
    Ismael

    in reply to: LayerSlider And Video #181357

    Hi rmatus!

    Can you please post the login details here? Set it as a private reply.

    Regards,
    Ismael

    in reply to: Icon font are garbled #181354

    Hi!

    What browser are you testing this with? On what OS? Have you tried to set up a test site without any plugins?

    Best regards,
    Ismael

    in reply to: Woocommerce & colour selection don't play nicely together #181353

    Hey!

    You can use the woocommerce shortcodes. Insert a Text Block then insert the woocommerce shortcode or use the Product Grid element. Place the Color Section on top of it. Don’t set a Shop Base Page on Woocommerce > Settings Pages panel.

    Cheers!
    Ismael

    in reply to: Disable the default style slider for galleries #181352

    Hi!

    Have you tried deleting all of the style located on the section that I gave you? I inspected the royal slider plugin on the link you posted and it doesn’t acquire any css styling on any of the theme’s css file. It takes time to load but it looks ok.

    What gallery exactly? Masonry? There are lots of gallery on the Enfold theme.

    Regards,
    Ismael

    Hi Jerremy-W!

    Please post a screenshot of the mock up of the icon list that you want. You can use imgur, dropbox, mediafire to post the screenshot here.

    Regards,
    Ismael

    in reply to: Image hover and mainpage post grid #181336

    Hey msfoto!

    1.) Add this on your custom.css or Quick CSS:

    .image-overlay {
    display: none !important;
    opacity: 0 !important;
    }

    2.) You can edit config-templatebuilder > avia-shortcodes > postslider.php, find this code:

      if($show_meta && !empty($excerpt))
    					{
    						$output .= "<div class='slide-meta'>";
    						if ( $commentCount != "0" || comments_open($the_id) && $entry->post_type != 'portfolio')
    						{
    							$link_add = $commentCount === "0" ? "#respond" : "#comments";
    							$text_add = $commentCount === "1" ? __('Comment', 'avia_framework' ) : __('Comments', 'avia_framework' );
    
    							$output .= "<div class='slide-meta-comments'><a href='{$link}{$link_add}'>{$commentCount} {$text_add}</a></div><div class='slide-meta-del'>/</div>";
    						}
                            $markup = avia_markup_helper(array('context' => 'entry_time','echo'=>false));
    						$output .= "<time class='slide-meta-time updated' $markup>" .get_the_time(get_option('date_format'), $the_id)."</time>";
    						$output .= "</div>";
    					}

    Regards,
    Ismael

    in reply to: Woocommerce + WPML + Permalinks 404 error #181333

    Hey!

    Please let us know if the issue persist. Post the login details here as a private reply.

    Cheers!
    Ismael

    in reply to: Breadcrumbs in portfolio section #181330

    Hi!

    The breadcrumb looks correct when I click on a project item. This is the screenshot:

    http://i.imgur.com/k3oawrW.jpg

    The breadcrumb is You are here:Home / Projects / Wereldhave Portfolio, UK

    Cheers!
    Ismael

    in reply to: Missing Footer in one page #181329

    Hi Sebastianvanderwals!

    Please edit the page then look for Layout > Footer Settings. Did you choose not to display the footer? If not, set it to default.

    Best regards,
    Ismael

    in reply to: Headings colors #181328

    Hey!

    Can you please give us a link to the page with the headings within a text block? You can add a unique selector for the heading tag.

    <h1 class="awesome-heading">This is a heading</h1>

    You can add this on your custom.css or Quick CSS:

    h1.awesome-heading {
    color: #5c5140 !important;
    }

    Cheers!
    Ismael

    in reply to: Header height #181327

    Hey!

    Add this on your custom.css or Quick CSS:

    .fixed_header.social_header #main {
    padding-top: 119px;
    }
    
    /*header with social icons: */
    .social_header #header_main .container, .social_header .main_menu ul:first-child > li a { height: 88px; line-height: 88px; }

    Adjust the height and the line-height then follow up the top padding’s value.

    Best regards,
    Ismael

    in reply to: enable comments portfolio pages #181326

    Hi!


    @crdesign1
    : Can you please give us a link to the page and the post with the facebook comment section? We can try to hide the comment via CSS. Please edit a page, click on Screen Options and enable discussion. Uncheck the “Allow comments” section. I’m not sure if this is going to work but please try it.

    Cheers!
    Ismael

    in reply to: How to use Dosis font (Google Font) #181325

    Hey!

    Please add this on functions.php:

    add_filter( 'avf_google_heading_font',  'avia_add_heading_font');
    function avia_add_heading_font($fonts)
    {
    $fonts['Dosis'] = 'Dosis:400,500,600,700,800';
    return $fonts;
    }
    
    add_filter( 'avf_google_content_font',  'avia_add_content_font');
    function avia_add_content_font($fonts)
    {
    $fonts['Dosis'] = 'Dosis:400,500,600,700,800';
    return $fonts;
    }

    What elements or text are you trying to change? You can manually apply the font to them if the above code itself doesn’t work.

    h1, h2, h3, h4, h5, h6 {
    font-family: 'Dosis', sans-serif;
    font-weight: 500;
    }
    

    Cheers!
    Ismael

    in reply to: portfolio #181323

    Hey leRenaar!

    It depends on the screen width. You can try to zoom out the browser. Can you please give us a link to the website?

    Cheers!
    Ismael

    in reply to: Image in post won't open in lightbox. #181321

    Hey!

    Can you please regenerate the thumbnails on the post with the lightbox not working? Use this plugin: http://wordpress.org/plugins/regenerate-thumbnails/

    Manually upload the image again if possible. You can add this on your custom.css or Quick CSS to remove the featured image on single post.

    .single .small-preview {
    display: none;
    }

    Cheers!
    Ismael

    in reply to: Page Content Just Vanished – Part Two #180932

    Hey!

    Did you add the Tab shortcode? There is a certain issue about the element but Kriesi fixed it on the latest update of Enfold. Please download Enfold 2.4 on your themeforest account.

    Regards,
    Ismael

    in reply to: Image with date in post slider #180931

    Hi!

    Maybe, it is produced by a certain plugin. Please add this on your custom.css or Quick CSS:

    .slide-meta-time.updated {
    display: none;
    }

    Regards,
    Ismael

Viewing 30 posts - 61,951 through 61,980 (of 66,017 total)