Viewing 30 results - 216,811 through 216,840 (of 244,448 total)
  • Author
    Search Results
  • #297302

    Hi!

    Thank you for the info.

    I think you forget to set the Blog page on Enfold > Theme Options > Where do you want to display blog? option. Once the blog page is set, the breadcrumb doesn’t duplicate the post title: http://www.premierfloorcare.com/2014/07/bone-dry/

    Best regards,
    Ismael

    Flags are missing in the mobile version. I have back up enfold map. When I upload the old version of enfold it’s turns back to before.png

    #297285
    bitsoul
    Participant

    Hi guys..!

    What’s your recommendation for combing, minify and Gzip of your JS and CSS files?

    I see there’s a couple plugins available –
    https://wordpress.org/plugins/combine-js/
    https://wordpress.org/plugins/combine-css/
    Do you have any experience with these?

    The plugins require that JS and CSS files be enqueued by using wp_enqueue_style or wp_enqueue_script. Is that how you coded your theme?

    Thanks Guys & Gals…

    Cheers BitSoul

    #297284

    Hey jaimemerz!

    Thank you for using the theme.

    1.) Please go to Enfold > Sidebar Layout. Make sure that sidebar is enabled on the Sidebar on Single Post Pages setting.

    2.) Do you want to remove the whole woocommerce tab or just the additional information section? Try to add this on Quick CSS:

    .woocommerce-tabs {
    display: none;
    }

    3.) You can select the blog style on the blog post element option. Choose the Single Author, small preview pic blog style.

    Best regards,
    Ismael

    Hi!

    We have the same screen resolution but everything looks fine as long as I don’t zoom out the browser. I’ll ask Josue to check it on a mac computer. Do you have Enfold 2.9.1? Please update the theme then try to deactivate all plugins. See if it fix the masonry gallery.

    Cheers!
    Ismael

    #297279

    The code in the anchor of the enfold demo masonry gallery is different to the one on my page. Most notably “lightbox-added” is missing in the class. Any thoughts on that ?

    Guys, I’m going for the weird elastic band solution with the stutter. With the 60% the logo looks HUGE on mobile, while with the previous code Yigit gave, the logo looks the right size and crisp on mobile.

    Josue: Ik put avia.js back in its original state in the Enfold parent theme.

    So this is the final code:

    .logo img {
    padding: 20px 0;
    }
    .header-scrolled .logo img {
    padding: 4px 0;
    }

    I’m giving up. Thanks for all your help and patience guys :D Everything else I asked of you on this forum still works like a charm and you are the best support team EVER!!

    On to the next code request ;)

    Sincerely,
    Morticka

    #297269
    profumopuntoit
    Participant

    Dear Kriesi,
    I cannot find a shortcode or any other way to insert a featured product slider.
    Does it exist? Or should I use “Content Slider” and generate myself the necessary code?
    Thank you Mauro

    #297257

    Hi Animationink!

    Insert this code into the child theme functions.php or enfold/functions.php file:

    
    add_filter('avf_title_tag', 'avia_change_title_tag', 10, 2);
    function avia_change_title_tag($title, $wptitle)
    {
    $title = str_replace('|', "", $title);
    return $title;
    }
    

    Regards,
    Peter

    #297256

    Hey!

    Please use following code instead

    @media only screen and (max-width: 480px) {
    .corso_tit p {
    font-size: 25px!important;
    width: 80%;
    margin-left: 20px;
    }
    .corso_cap p {
    margin-left: -5px;
    font-size: 20px;
    width: 325px;
    }}


    @vlcservices
    please start a new topic here – https://kriesi.at/support/forum/enfold/#new-topic-0

    Cheers!
    Yigit

    #297248
    avraamd
    Participant

    I have checked the “Activate Header transparency” to –> Transparent header but still i get no transparent header like this http://kriesi.at/themes/enfold/homepage/transparent-header/#after_full_slider_0

    the page i am working on is http://272734456.blog.com.gr/ and i have used the Fullscreen slider for the image.

    Hey!

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

    @media only screen and (max-width: 480px) {
    .avia-multi-slideshow-button.avia-slideshow-button-2 { margin-left: 0; }}

    Best regards,
    Yigit

    #297221

    Hi Chris!

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

    #top .av-border-deactivate.avia-logo-element-container img {
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    }
    #top .av-border-deactivate.avia-logo-element-container img:hover {
    filter: grayscale(0%);
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    filter: grayscale(0%);
    }

    Cheers!
    Yigit

    #297214

    In reply to: Some help here.

    Hi ItotalAS!

    1- I changed the color in Enfold theme options > Advanced Styling tab.
    2- Please add following code to Quick CSS in Enfold theme options under General Styling tab

    #footer .widgettitle {
    color: white;
    }

    3-

    .footer_color .widget_nav_menu ul:first-child>.current-menu-item, .footer_color .widget_nav_menu ul:first-child>.current_page_item {
    background-color: #3f5baa;
    }

    Regards,
    Yigit

    This reply has been marked as private.

    Hi Josue :),

    Edited the file, shrunken header and logo is larger now, but I’m still getting that weird elastic band effect, where the logo “jumps” to the smaller size. It even stutters a bit now.

    <EDIT> I created the js folder in my child theme and put the edited avia.js file there, but that did’nt do anything. Only the edited avia.js file in the Enfold parent theme responded to the edit.

    Could it have anything to do with the existing CSS code?

    /*Logo Styling PC keeps logo in the middle of the header*/

    .logo img { margin-top: -10px; }
    .logo a img {
    vertical-align: middle;
    display: inline-block;
    }

    /*Logo Styling Responsive*/

    @media only screen and (max-width: 480px) {
    .responsive .logo a{
    height: 100px !important;
    }
    .responsive .logo img{
    height: 50px !important;
    }
    }

    @media only screen and (min-width: 767px) {
    .noDesktop{ display: none !important; }
    }
    @media only screen and (max-width: 767px) {
    div#header_meta {
    display: none;
    }
    .logo img {
    top: -5px;
    }
    }

    @media only screen and (max-width: 767px) {
    .responsive .logo a, .responsive .logo img { height: auto !important; }}

    /*Breedte van de website in responsive view*/

    @media only screen and (max-width: 767px) {
    .responsive .container {
    width: 90%;
    }}

    Sincerely,
    Morticka

    • This reply was modified 11 years, 8 months ago by Morticka. Reason: After editting the avia.js file in the parent theme, I put it back as it was and put the edited avia.js file in my child theme, but that did not do anything
    #297197

    In reply to: Enfold Showcase

    tasoskouk
    Participant

    I tried w3 super cache & better wp minify, but both broke my enfold site below

    but after i enabled wp fastest cache, site & its speed were very good! so check:
    – my site (not final) here: http://www.nostressium.ca/
    – and its speed test with here: http://developers.google.com/speed/pagespeed/insights/?url=http%3A%2F%2Fwww.nostressium.ca%2F&tab=desktop

    i suggest that u enable the plugin’ s features 1 by 1 and check site & speed (now i use all its caching features)

    any other suggestions r welcome – of course any issues u find, please report ;-)

    thx, tasos

    #297181
    makeitbritish
    Participant

    I had installed WPMU Dev to test out one of its plug ins. After doing this it added an annoying dashboard – I deleted this dashboard and all their plug ins but when going back to my site it now looks like this http://meetthemanufacturer.co.uk/
    It appears to have completely removed the Enfold theme at the same time. I am due to upgrade the theme but do not want to do so until I have sorted this out in case it makes matters worse.
    Any suggestions as to what has happened here?

    #297180
    jaimemerz
    Participant

    Hi there,

    Thanks always for a great theme!

    http://www.kendrareneejewelry.com/shop/earrings/arch-earrings-silver/

    Three things I need help with:
    1) I’ve added a text widget to the single product page that includes a pinterest button. It was there, and now it’s not. Anything that I add in the single product widget area (text, categories, etc.) is NOT visible. It’s like the whole sidebar is “hidden” on these pages.

    2) We’ve recently changed from Abundance (I think) to Enfold. In the process, we’re wanting to NOT use the “additional information” tab at the bottom of the product pages. Where can we delete this content? Thought it was in the post content area, but that are is complete empty (I’ve checked both visual and text) and still we’re seeing the Additional Information “stuff” on the front end.

    3) We want to show a small image on the blog archive (the featured image, but small and not full width). The controls on the backend are not actually changing the size of the image. We’ve tried almost all size options and still it’s just BIG. So for now I hid it with CSS, but would like to get this working. http://www.kendrareneejewelry.com/blog-2/.

    Thanks so much for your help!

    Jaime

    #297164

    In reply to: Adsens not responsive

    Hey!

    That’s because that example banner ad is just an image, which are responsive in Enfold by default. However, making an Adsense block responsive is possible, take a look: http://www.labnol.org/internet/google-adsense-responsive-design/25252/

    Best regards,
    Josue

    #297163

    Hey Tech!

    I don’t think there is a way to do that because according to your story (if i understood right) that code only existed on your browser session.

    Also, i checked your custom CSS file here and it does have some code:

    #header .avia_mega_div {
    left: -120px!important;
    }
    
    .fixed_header.social_header #main {
    padding-top: 115px;
    }
    .html_header_top.html_header_topbar_active.html_header_sticky.html_bottom_nav_header #top #main {
    padding-top: 126px;
    }
    .image-overlay.overlay-type-extern {
    display: none !important;
    }
    #s{
    	color: #333;
    }
    #searchsubmit{
    	background-color: #79C142;
    	color: #FFF;
    	border-color: #57A020;
    }
    .ajax_search_content * {
    	color: #333 !important;
    }
    #top .header_color input[type='text'] { color: black; }
    
    /* font styling of header */
    .header_color .main_menu ul:first-child > li > a { color: white; }
    .header_color .main_menu ul:first-child > li > a:hover { color: white; }
    .header_color .main_menu ul:first-child > li.active-parent-item > a { color: #a3a3a3; }
    #top #header .mega_menu_title a { color: #2d4873; }
    #top #header .mega_menu_title a:hover { color: #2d4873; }
    .header_color .avia-bullet { border-color: #2d4873; }
    #top .header_color a:hover .avia-bullet { border-color: #142848; }
    #top .main_menu .menu li ul a { color: #2d4873; }
    #top .header_color .main_menu .menu ul li>a:hover { color: #142848; }
    
    /* artifacts */
    #header_main_alternate, #header {
    -webkit-backface-visibility:hidden;
    }
    
    .html_header_transparency #top .avia-builder-el-0 .container{padding-top:88px;}

    Regards,
    Josue

    #297155

    Hi,

    1 – The class open-popup-link is not really on the link. Just check the code using “view source code of the page”
    2 – The class open-popup-link is a class of the magnific popup, The same is used by the Enfold Theme after the change of Pretty Photo.
    3 – Just check the blue buton LOGIN in the botton of the page and you will see the popup working normally.
    4 – In the same page the link “Meu Pedido” call the popup normally too!

    Therefore the problem is not in the magnific popup. The problem is in other point!

    Any suggestion?

    Hi connect4consulting!

    Thank you for using the theme.

    Yes, it is quite possible but it will require major modification of the theme layout which falls beyond the scope of support. Please hire a freelance developer to modify the theme layout for you. Visit Envato Studio or Werkpress for further customization. You can also vote or post the feature on our Feature Requests page.

    Cheers!
    Ismael

    #297141

    Hey lukashenseleit!

    Thank you for using the theme.

    Please download the latest version 2.9.1 from your themeforest account then update the theme via FTP. Please refer to this link for more info: http://kriesi.at/documentation/enfold/updating-your-theme-files/

    Regards,
    Ismael

    #297139

    HI,

    Sorry, but the there isn´t any plugin or third soft part in this case!

    I using the ligth box of the Enfold Theme!

    #297121

    Hey WordPressed!

    Thank you for using the theme.

    Unfortunately, we won’t be able to help you with this because you need to integrate the bitly url api on the theme which requires a bit of modification. You might need to find a plugin or hire a freelance developer to add the feature for you. Please visit Envato Studio or Werkpress for further customization. You can also vote or post the feature on our Feature Requests page.

    Best regards,
    Ismael

    #297113

    In reply to: Multi Site Usage

    Hi there!

    Thank you for using the theme.

    You can upload it on the network admin then enable the theme for the site where you want to use Enfold.

    Cheers!
    Ismael

    #297106
    This reply has been marked as private.
    #297104

    Hi Guys

    the server admin says that the permissions are Ok “755” on the /tmp folder.
    They are suggesting that it is a code error

    when i look at line 33 /home/briscs/public_html/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/masonry_entries.php on line 33 it is the same as all of the other sites that i use this theme on. so I am a little confused.

    Any more suggestions

Viewing 30 results - 216,811 through 216,840 (of 244,448 total)