Forum Replies Created
-
AuthorPosts
-
Hi!
We modified the code a bit. It should be:
add_theme_support('deactivate_layerslider');.. without the “s”.
Cheers!
IsmaelHey!
We need authentication details in order to access the dashboard. Please provide that as well. You don’t need to modify the max container width via css so please remove any css modifications related to the issue. Make sure that you add the “px” unit in the Maximum Container width field.
Best regards,
IsmaelHey!
Sorry for the delay. Note that bumping your own post will push it back to the end of the queue so we will not be able to answer it immediately. Add this in the functions.php file in order to deactivate the theme’s layer slider:
add_theme_support('deactivate_layerslider');Best regards,
IsmaelHey!
Thank you for the info. You can add this in the Quick CSS field:
.html_header_top.html_main_nav_header #top .av_menu_left .main_menu { left: auto; right: 250px; }Use css media queries to adjust the position of the menu on different screen sizes.
Regards,
IsmaelHey!
Alright. Let us know if the issue comes back. A link to the actual page or post with the issue will help.
Best regards,
IsmaelHey!
Hi Ismael – you didn’t create a test Page, you created a post that was sent out to my list by email. I got an email from one of my followers about it this morning. I’ve erased it from my website.
Actually, post and page are actually the same thing, WP just classify them as a different post type. Sorry for the confusion. Anyway, that’s not the point. Did you see how the apostrophe html entity works? We will forward the issue to Kriesi.
Cheers!
IsmaelSeptember 30, 2015 at 7:52 am in reply to: Portfolio categories not showing right postst/acting werid #511153Hi!
My bad! Anyway, glad you figured it out. Thank you for the update. :)
Cheers!
IsmaelHi cogson!
Thank you for using Enfold.
You can try something like this in the Quick CSS field:
.news-thumb:before { content: '\E827'; font-family: 'entypo-fontello'; font-size: 16px; top: 6px; left: 6px; position: relative; }A screenshot will help.
Regards,
IsmaelHi!
I tried to modify the directory listing but I got “Location Targeting” overlay. It’s probably from a plugin that I don’t know about. Please disable that first because I can’t edit the post.
Regards,
IsmaelSeptember 30, 2015 at 7:11 am in reply to: Colour section images being scaled up (related – GRID ROW RETINA issue) #511141Hey!
1.) The background size property is set to “cover” by default to keep the aspect ratio of the image. However, it will:
scale the background image to be as large as possible so that the background area is completely covered by the background image. Some parts of the background image may not be in view within the background positioning area
Setting the background size to 100% will distort the image.
2.) Try to add this in the Quick CSS field:
@media only screen and (max-width: 990px) { nav.main_menu { display: none; } }3.) Can you please provide a screenshot of this issue on retina display?
Best regards,
IsmaelHi!
Thank you for the info. Maybe, this will work:
function add_custom_notification_box(){ ?> <script> (function($) { $(".mfp-close").on('click',function(){ $(".comeback-message").show(); }); })(jQuery); </script> <?php } add_action('wp_footer', 'add_custom_notification_box');Or use .toggle instead of .show.
Best regards,
IsmaelSeptember 30, 2015 at 6:56 am in reply to: Post-slider thumbnail opens in lightbox instead of going to internal post #511138Hi!
Thank you for using Enfold.
Try to replace the whole block with this:
$thumbnailurl = wp_get_attachment_url( get_post_thumbnail_id($entry->ID) ); $output .= $thumbnail ? "<a href='{$thumbnailurl}' rel='lightbox' data-rel='slide-".avia_post_slider::$slide."' class='slide-image' title=''>{$thumbnail}</a>" : "";Cheers!
IsmaelSeptember 30, 2015 at 6:39 am in reply to: Predicable problem endemic to Envato & its suppliers #511126Hi!
Can you please provide a link to the page that you want to set as front page? If you want to set it yourself, go to Enfold > Theme Options panel then look for the Frontpage Settings. Select the page that you want to set as home page. Save the changes.
Regards,
IsmaelHey!
I’m sorry but you can’t have a full width logo when the header shrinks because of the size of the image. You can add this in the Quick CSS field to center align the image on scroll:
.header-scrolled .logo img { width: auto !important; margin: 0 auto; }Cheers!
IsmaelHey!
I’m sorry but I think the widget is a better solution than combining both image. Bring back the widget then we’ll use css to adjust the position on scroll. You can use the .header-scrolled selector. Something like:
.header-scrolled .widget { //style here; }Cheers!
IsmaelHi!
We transferred the code on functions.php file. You can check the page now (make sure you’re not looking on a cached version): http://procter.micco.co.uk/#asphalt-pigments-tab
EDIT: The image http://procter.micco.co.uk/wp-content/uploads/2015/09/asphalt_p.jpg and http://procter.micco.co.uk/wp-content/uploads/2015/09/asphalt_a.jpg are the same.
Regards,
IsmaelHi!
Ignore my last post, I didn’t notice the ftp details in your last reply. We’ll give you an update after we check the scripts.
Regards,
IsmaelHi!
The format of the youtube url should be like this:
http://www.youtube.com/watch?v=G0k3kHtyoqcTry this instead:
https://www.youtube.com/watch?v=ecsCrOEYl7c&feature=youtu.beCheers!
IsmaelHey!
Thank you for the update. All plugins no matter how popular they are can cause issues on a certain installation. Did you subscribe the site to cdn? These threads might help:
https://kriesi.at/support/topic/contact-form-bugs/
https://kriesi.at/support/topic/contact-form-resetting-to-defaults/#post-391712Regards,
IsmaelHi!
Thank you for the info. Try to replace the code with this:
<?php $numposts = $wpdb->get_var("SELECT count(*) FROM $wpdb->posts WHERE post_status = 'publish' AND post_type IN ('post', 'news', 'photo')"); if (0 < $numposts)$numposts = number_format($numposts); $text = "動画数:<!-- 全記事数 --> {$numposts} <!-- 全記事数 -->動画"; echo $text;?>Best regards,
IsmaelHey!
I checked the site and the widget stays on top of the menu when you scroll down. Did you figure this out?
Cheers!
IsmaelHi!
Please remove the js code then use this filter to change the header settings:
add_filter('avf_header_setting_filter', function($header) { if(is_singular('event')) { $header['header_transparency'] = 'header_transparency'; $header['header_class'] .= " av_header_transparency"; } return $header; }, 10, 1);Best regards,
IsmaelHey JeeBar!
Thank you for using Enfold.
Can you please provide a link to the post? Is this the code that you used: https://kriesi.at/support/topic/setting-blog-to-be-a-customized-page/#post-506983
Cheers!
IsmaelHi!
It’s now showing a different image (http://www.wiwaldi.at/wp-content/uploads/2015/08/profil_alpha.jpg) but still not the right one. I would like to access the dashboard again but I think you delete the username above.
Best regards,
IsmaelHey!
No problem. Glad we could help finally. If you have any question, let us know. :)
Cheers!
IsmaelHey!
Oh. OK. My bad. I thought you want to remove all thumbnails in the theme. Try to modify framework > php > class-framework-widgets.php, remove this code around line 526:
echo "<span class='news-thumb $nothumb'>"; echo $image; echo "</span>";If you want to do it in a child theme, I think copying the whole avia_newsbox class should do the trick.
Cheers!
IsmaelHey!
I’m sorry but you didn’t mention anything about “sidebar” or anything like that. We’ll ask @josue to check it. :)
Regards,
IsmaelHey!
Thank you for the info. We would like to confirm if you have a back up or restore point of the site just in case? We added the code in the child theme’s functions.php and uploaded an image to test it. Usually, the theme will generate 19 thumbnails but since we added the modification, it only generates 7 thumbnails which means that the code works. You can check the wp-content > uploads folder. Look for the image file with the file name “Abducted”. If you want to remove everything including the shop thumbnails, replace the code in the functions.php file with this:
function wp_23223255_6469586506596() { add_image_size('masonry', 0, 0); add_image_size('magazine', 0, 0); add_image_size('widget', 0, 0); add_image_size('featured', 0, 0); add_image_size('featured_large', 0, 0); add_image_size('extra_large', 0, 0); add_image_size('portfolio_small', 0, 0); add_image_size('gallery', 0, 0); add_image_size('entry_with_sidebar', 0, 0); add_image_size('entry_without_sidebar', 0, 0); add_image_size('square', 0, 0); add_image_size('shop_single', 0, 0); add_image_size('shop_thumbnail', 0, 0); add_image_size('shop_catalog', 0, 0); } add_action( 'after_setup_theme', 'wp_23223255_6469586506596', 11 );All you need to do now is to regenerate the thumbnails using the plugin that we suggested, if you want to remove existing thumbnails in your installation. Please create a backup before doing so.
EDIT: I’m sure there’s a more simple function that can deal with this but this is all I can suggest for now.
Regards,
IsmaelHi!
Alright. Please post the login details here. We’ll try to implement the code. Is it OK if we regenerate all the thumbnails? This might break pages with images in your site. If you have a dev site, we’ll test the code there.
Regards,
Ismael -
AuthorPosts
