Forum Replies Created
-
AuthorPosts
-
Hi!
Which plugin did you remove? Thank you for the confirmation.
Best regards,
IsmaelHi!
The theme is fully compatible with bbPress so you can use that plugin instead of BuddyPress.
Best regards,
IsmaelHey Belema!
Thank you for using Enfold.
I’m sorry but we don’t provide support for third party plugins. Please contact the plugin author. If you want to create a video slider, you can always use the theme’s default sliders in the advance layout builder.
Regards,
IsmaelHey!
You can now enable the lightbox. We already fixed it here: https://kriesi.at/support/topic/gallery-problems-3/
Best regards,
IsmaelMarch 20, 2015 at 8:40 am in reply to: How to remove the taxonomy "Post Formats" from Enfold #415099Hi!
When you say “Post Format”… What exactly do you mean by that? The modification above should remove the second option (Display entries from a custom taxonomy). You won’t be able to select the custom taxonomies such as Category, Post Format, Portfolio Entries etc.
Regards,
IsmaelMarch 20, 2015 at 8:33 am in reply to: enfold theme options customization totally gone on french translation #415097Hi!
Go to the English Enfold > Import/Export panel. Click the Export Theme Settings File to download the theme options. Switch to the French theme options, go to the same panel. Import the theme settings.
Regards,
IsmaelHey!
I’m still not sure why the settings are being ignored. Did you transfer the website recently? We recommend the WP MigrateDB or WP MigrateDB PRO plugin when transferring website to keep the database and theme options intact.
Cheers!
IsmaelHi!
It works well on our installation. I checked the page but the Text Size in the Headline Rotator isn’t set. Please adjust the Text Size setting then we’ll check it.
Regards,
IsmaelMarch 20, 2015 at 8:19 am in reply to: Assign the Transparent header to a custom category archive #415092Hey!
We’ll keep the thread open. Let us know once the site is live. A screenshot will help.
Cheers!
IsmaelHey!
You can try this:
@media only screen and (max-width: 767px) { .responsive .page #wrap_all #header { position: absolute; }}
Best regards,
IsmaelMarch 20, 2015 at 7:27 am in reply to: 3.1.1 upgrade has put sidebar in woocommerce product pages #415074Hey!
If you want to disable the sidebar, you can set it manually for each products or add this to the Quick CSS field:
#top #main .single-product-main-image .sidebar { display: none !important; }
You can also set the Sidebar Settings > Sidebar on Single Post Entries to “No Sidebar”.
Regards,
IsmaelHey!
That will require custom coding. Refer to these links for more info:
http://stackoverflow.com/questions/13646690/how-to-get-real-ip-from-visitor
http://en.kioskea.net/faq/1965-php-how-to-display-ip-address-of-a-visitorRegards,
IsmaelHey!
Unfortunately, the text-decoration-style: dotted is not supported by most browsers. You can use this:
.single .entry-content a:hover, .single .entry-content a:hover strong { text-decoration: underline; color: red !important; }
It will only change the text color and put a basic underline.
Cheers!
IsmaelHey!
The code should be:
<div style="float:right;height:100px;"> <?php if(icl_get_current_language() == 'en') { echo '<img src="http://www.firstchoicetranslation.com/images/contact-boxen.jpg" />'; } else { echo '<img src="http://www.firstchoicetranslation.com/images/contact-box.jpg" />'; }?> </div>
Make sure that the html tags are not enclosed inside php..
Best regards,
IsmaelMarch 20, 2015 at 6:44 am in reply to: Is it possible to make the small logo that appears on scroll bigger and centered #415058Hey!
@mddawood: Did you enable the “Sticky Header” behaviour? Note that the first code will only work for the front page and it will work on the OP’s site because of his own header modifications. Please create a new thread describing your request or issue. Thank you.
Regards,
IsmaelHi!
It is working fine on our installation. Please edit shortcode.js, find this code on line 2623:
if(win.scrollTop() > el_offset) { $('html:not(:animated),body:not(:animated)').scrollTop(scoll_target); }
Replace it with:
if(win.scrollTop() > el_offset) { $('html:not(:animated),body:not(:animated)').animate({scrollTop: scoll_target},200); }
Remove browser cache then reload the page.
Regards,
IsmaelMarch 20, 2015 at 6:17 am in reply to: sortable display taxonomy, is it possible to add a title? #415044Hi!
You can use conditional functions: https://codex.wordpress.org/Function_Reference/is_page
if(is_page('PAGE 1')) { <h3>Sort by location here: </h3> } else { <h3>Sort by category here: </h3> }
Regards,
IsmaelHey!
You can change the thumbnail size in the Gallery Preview Image Size setting. If you use the advance layout builder for posts, all default elements such as featured image, post meta info, titles will be remove. You have to add it manually.
Regards,
IsmaelHi!
I tested the site on an iPod touch and it loads fine without crashing. Restart the device then remove the mobile browser cache before checking the page. To be honest, the home page is a bit too heavy. The total file size is 11.6MB. You should optimize the images or distribute other contents on different pages.
Regards,
IsmaelMarch 20, 2015 at 6:04 am in reply to: LayerSlider Shortcode not working – was working until I added another shortcode #415038Hi!
I tried to login to the site but there is an Internal Server Error. Please check.
Best regards,
IsmaelHi!
I cannot reproduce the issue now. The icons display immediately on page load. Please try to remove browser cache then reload the page.
Best regards,
IsmaelMarch 20, 2015 at 5:59 am in reply to: How do I change the fontello icon on one category page? #415033Hi!
Do you have an “events” category? Try to replace the code with this:
add_filter('avf_default_icons','avia_replace_standard_icon', 10, 1); function avia_replace_standard_icon($icons) { if(is_category('events')) { $icons['standard'] = array( 'font' =>'entypo-fontello', 'icon' => 'ue85b'); } return $icons; }
Regards,
IsmaelHey!
Edit the page then set the Header visibility and Transparency to Transparent & Glassy Header. You can adjust the background opacity with this on Quick CSS field:
#top .av_header_glassy.av_header_transparency .header_bg { background-color: #000; opacity: 0.7; filter: alpha(opacity=70); }
Regards,
IsmaelMarch 20, 2015 at 5:39 am in reply to: Page sometimes temporarily stuck when using the new page transition #415027Hi!
I can’t go to any of the pages. The preloader get stuck. What happens when you remove this css code?
*:hover { transition: none!important; }
I can’t reproduce the same issue on the new theme demo with the preloader.
Regards,
IsmaelHi!
Did you verify the site? Please go here: https://www.google.com/webmasters/tools/
Look for the website name, Manage Site > Verify this Site. Follow the instructions provided on the next page.
Cheers!
IsmaelHey Lev!
Thank you for using Enfold.
You have this custom css code which also affects the footer container:
@media only screen and (max-width: 767px) { .responsive #top #wrap_all .container { height: 20px; }}
Cheers!
IsmaelHey Lev!
Thank you for using Enfold.
That is not possible with the default contact form. Try to use Contact Form 7 + this extension to create hidden fields: https://wordpress.org/plugins/contact-form-7-modules/
Cheers!
IsmaelHey!
The current font set (Open Sans) doesn’t support cyrillic and latin characters by default. Add this to the functions.php file:
function add_subset_func($fontlist) { $fontlist .= "&subset=latin,cyrillic-ext,latin-ext"; return $fontlist; } add_filter('avf_google_fontlist', 'add_subset_func');
Cheers!
IsmaelHi dmoravec!
Thank you for using Enfold.
I’m not entirely certain where the issue is coming from but you can import the parent theme options directly once you activated the child theme. Please refer to this link for more info: http://kriesi.at/documentation/enfold/using-a-child-theme/
Create a backup or a restore point, just in case.
Best regards,
Ismael -
AuthorPosts