Forum Replies Created

Viewing 30 posts - 53,281 through 53,310 (of 67,505 total)
  • Author
    Posts
  • in reply to: Google maps does not work #361949

    Hi amester55!

    Thank you for using Enfold.

    Can you please provide a link to the actual page with the issue? Make sure that you’re running Enfold 3.0.4 on WordPress 4.0.1.

    Cheers!
    Ismael

    in reply to: Need help with 320px wide mobile phone display #361948

    Hi!

    Did you add the css media queries at the bottom of the Quick CSS? If not then you should. Please try this:

    @media only screen and (max-width: 480px) {
    .subtext .first-line { font-size: 24px !important; width: 85%; }
    .subtext .second-line { font-size: 14px !important; width: 85%; }
    }

    Cheers!
    Ismael

    in reply to: Preview Button Not Working #361947

    Hey!

    The preview is working fine. I created a test page here: http://www.jinnysblog.com/wp-admin/post.php?post=60&action=edit&message=6

    Please take some time to review all of the resources in the Theme Documentation. A lot of basic stuff like theme installation, element configuration, options overview, css snippets and whole lot of handy stuff regarding the theme are probably available in there. You can watch video tutorials or get hold of a few hooks and filter functions that may help you modify the theme as you like. You can also search the forum for any related questions or issues.

    If you don’t find what you’re looking for, don’t hesitate to let us know and we will be happy to assist you. For any complicated questions or add-on, please visit our Feature Requests page. Thanks!

    Best regards,
    Ismael

    in reply to: Magainze Element #361946

    Hi!

    You can’t do that via css but you edit the magazine.php file. Please refer to this link: https://kriesi.at/support/topic/show-excerpt-in-all-magazine-blog-list-with-read-more-link/#post-311683

    Cheers!
    Ismael

    in reply to: Mega Menu not working after update – Cutt-off Columns #361945

    Hi webacom!

    Thank you for using Enfold.

    Please add this on Quick CSS or custom.css:

    .avia_mega_div.nine.units {
    width: 900px !important;
    right: -500px !important;
    }
    
    .avia_mega_div.twelve.units {
    width: 1100px !important;
    right: -500px !important;
    }

    Regards,
    Ismael

    in reply to: wish to add separators between words in the main menu #361942

    Hey!

    You can try this:

    span.avia-menu-text:before {
    content: '';
    display: block;
    width: 1px;
    height: 20px;
    position: absolute;
    background: rgb(195, 195, 195);
    top: 35px;
    left: 0px;
    }

    Regards,
    Ismael

    in reply to: Customize 404-page #361940

    Hi!

    Thank you for the info.

    Can you please place the code on pastebin.com? The forum editor somehow ruins the code a bit.

    Best regards,
    Ismael

    Hey r2tall!

    Thank you for using Enfold.

    Avoid updating the theme via Theme Updates panel. Update the theme via FTP instead. Please refer to this link: http://kriesi.at/documentation/enfold/updating-your-theme-files/

    Regards,
    Ismael

    in reply to: Remove padding at top of page #361937

    Hi!

    You might want to look on this tutorial: http://kriesi.at/documentation/enfold/add-anchors-to-your-page-for-single-page-navigation/

    Instead of menus, you can add the anchor link manually on a text block or code block.

    Best regards,
    Ismael

    in reply to: Small Slider #361936

    Hey!

    Yes, it is possible. Look for css or jquery text image overlay tutorials. Example:

    http://callmenick.com/2014/03/06/image-overlay-hover-effects-with-css3-transitions/

    Unfortunately, this particular task is beyond the scope of support. I’m sorry but we won’t be able to help you further.

    Best regards,
    Ismael

    in reply to: A blank in my slide. #361935

    Hey!

    Looks like you figure out the “edge” issue. Regarding the text, you can separate the words with a span tag. Something like this:

    This is <span class="separate-words">a sentence</span>.
    

    Add something like this on Quick CSS:

    .separate-words {
    font-size: 50px !important;
    }

    This should change the font size of the “a sentence” part.

    Regards,
    Ismael

    in reply to: Mobile Menu on iPad Landscape #361934

    Hey!

    Try this on Quick CSS:

    @media only screen and (min-width: 989px) and (max-width: 1024px) {
    .av-main-nav > li > a {
    padding: 0 5px;
    font-size: 12px !important;
    }
    
    .logo img {
    max-height: 70px !important;
    }
    }

    Remove browser cache then reload the page.

    Cheers!
    Ismael

    Hi!

    Can you please provide a link to the actual page? The author should be there by default. Please replace the postslider.php code with this: http://pastebin.com/tYxBpjKA

    Cheers!
    Ismael

    in reply to: Padding and maps issues after upgrade to 3.0.4 #361932

    Hey!

    I’m sorry but there is no option to set the map as background by default. I don’t know how you did it before but I think this customization falls beyond the scope of support. If I am not mistaken, it is possible with the Layer Slider. Please hire a freelance developer to fix it.

    Cheers!
    Ismael

    in reply to: Posts and pages in masonry grid #361930

    Hey!

    We really can’t reproduce the 1st issue on our installation. You can add this on Quick CSS or custom.css to fix the blog featured image:

    #top .fullsize .template-blog .big-preview img {
    width: auto;
    margin: 0 auto;
    }

    Cheers!
    Ismael

    in reply to: Enfold Showcase #361929

    Hi!


    @de2ma2
    : You can try the Color Section or the Fullscreen Slider element. Set the background attachment to parallax or fixed.

    @Jean: The ken burns effect on the slider looks nice. Good job. :)

    Best regards,
    Ismael

    in reply to: Sale Flash mal "Angebot" mal "Verkauf"? #361927

    Hi adrianwackernah!

    Thank you for using Enfold.

    You can edit config-templatebuilder > avia-shortcodes > masonry_entries.php, find this code on line 797:

    if($product->is_on_sale( )) $this->loop[$key]['text_after'] .= '<span class="onsale">'.__( 'Sale!', 'avia_framework' ).'</span>';
    

    Replace the Sale text. You can also use the codestyling localization plugin to translate the string if you don’t want to edit the file.

    Best regards,
    Ismael

    in reply to: Blog Beitragsbild #361923

    Hey!

    Thank you for the update.

    If you want to show the featured image on the category or archive pages, try to change the blog style on Enfold > Blog Layout panel. Regarding the container width, adjust it on Enfold > General Layout > Dimensions > Maximum Container width setting.

    Cheers!
    Ismael

    in reply to: Combined width #361920

    Hi!

    If you only want to affect the desktop version of the theme, please replace the code with this:

    @media only screen and (min-width: 1024px) { 
    .container { max-width: 1210px !important; }
    }

    I’m not sure if I understand it correctly so I’ll ask Andy to check.

    Best regards,
    Ismael

    in reply to: line disapear #361919

    Hi!

    Which line are you referring to? Can you please provide a screenshot? If you want the orange line to connect with the logo, try this:

    #header_main .container { padding: 0; }
    strong.logo { top: 1px; }

    Cheers!
    Ismael

    Hi PMS_2014!

    Thank you for using Enfold.

    Please update the theme to 3.0.4. This should fix the issue with WordPress 4.0.1.

    Best regards,
    Ismael

    in reply to: deleted image still appearing like broken links #361917

    Hey!

    Did you remove the Image element as well? You removed the image from the media library but you didn’t remove the element that holds them.

    Regards,
    Ismael

    in reply to: Masonry Transitions Broken #361916

    Hi!

    Please remove all css codes then replace it with this:

    .avia_desktop.avia_transform3d .av-masonry-entry.av-masonry-item-loaded .av-inner-masonry{
    -webkit-animation: none; /* Safari 4+ */
    -moz-animation:    none; /* Fx 5+ */
    animation:         none; /* IE 10+ */
    }
    

    This should disable the masonry animation.

    Regards,
    Ismael

    in reply to: Colored sidebar #361914

    Hey!

    I’m sorry but the height of the sidebar will depend on the number of widgets inside of it. You need to create a script that will get the height of the content container and apply it on the sidebar. This way, the sidebar will always have the same the height as the content container. You can then apply the css code above. Something like this: http://stackoverflow.com/questions/3275850/set-a-div-height-equal-with-of-another-div

    Regards,
    Ismael

    in reply to: Updated and Site Down!!!!! PLEASE HELP!! #361912

    Hi!

    No worries. Just upload the updated theme files via FTP or update the theme on Enfold > Theme Update panel. :)

    Cheers!
    Ismael

    in reply to: Showing Approved Posts Only In Blog Post #361319

    Hi!

    Thank you for using Enfold.

    Looks like you might be having an issue with a third party plugin or script. Regretfully, we cannot provide support for third party plugins or scripts as stated on our support policy due to the fact that there is simply no way to account for all of the potential variables at play when using another developer’s plugin or script. Because of this, any questions you have regarding setup, integration, or troubleshooting any piece of functionality that is not included on the theme package will need to be directed to the plugin author.

    Thank you for your understanding.

    Cheers!
    Ismael

    in reply to: Issue with slider adding \ characters . #361318

    Hi!

    Can you please create a test page with the issue? We would like to check it. Try using the html entity code of the symbol: http://www.w3.org/wiki/Common_HTML_entities_used_for_typography

    Cheers!
    Ismael

    in reply to: Shrinking sticky header on tablets #361316

    Hi crschulz!

    Thank you for using Enfold.

    I’m sorry but mobile device got some issues handling the shrinking header but you can try this on Quick CSS:

    @media only screen and (min-width: 768px) and (max-width: 989px) {
    .responsive #top #wrap_all #header { position: fixed; }
    .responsive .header-scrolled #header_main .container {height: 60px !important; line-height: 60px !important; }
    .responsive #top #main {padding-top: 115px !important; margin: 0;}
    }

    Adjust the #main container’s top padding and the header height.

    Best regards,
    Ismael

    in reply to: sidebar located on bottom of page #361314

    Hey anomale!

    Thank you for using Enfold.

    The website is not loading. I’ll ask the rest of the support team to take a look. Did you add any sidebar configuration on functions.php?

    Regards,
    Ismael

    in reply to: Custom Logo + Site title #361313

    Hey!

    Please add this on Quick CSS:

    #top .av_header_transparency.av_alternate_logo_active .logo a > img {opacity: 1; filter: alpha(opacity=100); }
    strong.logo, .logo a { overflow: visible; }
    span.subtext { position: absolute; left: 230px; top: 0; color: white; width: 100%; }

    Best regards,
    Ismael

Viewing 30 posts - 53,281 through 53,310 (of 67,505 total)