Forum Replies Created
-
AuthorPosts
-
Hi,
Add the “avia-image-container” class attribute to it.
function ideabox() { global $post; query_posts(array('orderby' => 'date', 'order' => 'DESC' , 'showposts' => 20)); if (have_posts()) : while (have_posts()) : the_post(); $return_string = '<a href="'.get_permalink().'"><span class="avia-image-container">'.get_the_post_thumbnail().'</span></a>'; endwhile; endif; wp_reset_query(); return $return_string; } add_shortcode('ideapost', 'ideabox');Best regards,
IsmaelHey!
I ran a test in the “varvy” tool and I find it inconsistent. For example, I found this result:
Unsere_massnahme.png | | ALT text: No ALT text
I checked the markup and the image contains an alt attribute “Unsere massnahme”.
<img class="ls-l" style="top: 313.971px; left: -3.53571px; white-space: nowrap; width: 558.643px; height: 94.05px; padding: 0px; border-width: 0px; margin-left: 0px; margin-top: 0px; transform-origin: 50% 50% 0px; transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); opacity: 1; visibility: visible; filter: none;" data-ls="offsetxin:-80;delayin:200;offsetxout:0;durationout:300;" src="https://www.mehrwach.de/wp-content/uploads/2016/08/Unsere_massnahme.png" alt=" Unsere massnahme">Cheers!
IsmaelNovember 14, 2016 at 9:27 am in reply to: Enfold Theme Options Not Working: "Select a predefined color scheme" #711829Hey!
@NinaKF: Please provide a link to the site with the issue. Make sure that the file and folder permissions of your installation is correct.// https://codex.wordpress.org/Changing_File_Permissions#Permission_Scheme_for_WordPress
Cheers!
IsmaelHey!
Thank you for using Enfold.
The site is on maintenance mode. Please post the login details here and make sure that the site is using the latest version of the theme, 3.8.1.
Cheers!
IsmaelNovember 14, 2016 at 9:23 am in reply to: Masonry gallery shortcode doesn't work on further blog pages #711827Hi Jens!
Thank you for using Enfold.
I went to page 4 of the blog post overview page and a few of the posts still display the gallery.
// https://www.kirche-mswest.de/aktuelle-beitraege-aus-der-pfarrei/page/4/
Cheers!
IsmaelNovember 14, 2016 at 9:20 am in reply to: The portfolio sort doesn't display any items in some categories #711826Hey factoriadearteydesarrollo!
Thank you for using Enfold.
Did you display all portfolio items in one page or did you enable the pagination? Please post the login details here so that we can check the settings.
Regards,
IsmaelHey jelle!
Thank you for using Enfold.
Please add this in the functions.php file:
add_action('ava_after_main_container', 'ava_after_main_container_xmas_mod'); function ava_after_main_container_xmas_mod() { $output = '<div class="xmas_card">'; $output .= '<div class="xmas_card_close"></div>'; $output .= '<img src="xmascard.png" />'; $output .= '</div>'; }And then use the following css code:
.xmas_card { position: fixed; bottom: 10px; right: 10px; }Regards,
IsmaelHey!
He added a color section with a blog posts element and then applied a unique Section ID to it.
Is there a way to only display the title of the blog entries on the homepage, and not the entire posts?
Edit the Blog Posts element and then set the “Define Blog Grid layout” to “Only Title”.
Best regards,
IsmaelHi!
It’s not working because one of the css declarations are incorrect. We modified the css code a bit. Please remove browser cache or hard refresh before testing the page.
Regards,
IsmaelHi!
Please use this instead.
.responsive.html_header_sidebar #header .av-main-nav > li > a .avia-menu-text { font-size: 20px; }Best regards,
IsmaelHey!
I’m sorry but that’s not possible with the theme. You have to implement the “panzoom” jQuery feature to make it work. Please hire a freelance developer or contact codeable.
// http://kriesi.at/contact/customization
// http://www.jqueryscript.net/zoom/jQuery-Plugin-For-Panning-Zooming-Any-Elements-panzoom.htmlBest regards,
IsmaelNovember 14, 2016 at 7:18 am in reply to: Is there any way to make the background image in a Color Section responsive? #711803Hey!
Please target the actual device with the following css codes.
iPhone 5s
@media only screen and (min-device-width : 320px) and (max-device-width : 568px) { .responsive #top #main #av_section_1 { background-size: 450% 100% !important; background-position: center center !important; } }Nexus 5 and 6:
@media only screen and (min-width: 360px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 3.0) { * { .responsive #top #main #av_section_1 { background-size: 450% 100% !important; background-position: center center !important; } } }If you want to replace the generic selector “#av_section_1” with your own custom selector, apply a unique Section ID to the color section. Don’t forget to remove browser cache or hard refresh before checking the page.
For more css media queries, please check the following link:
// http://stephen.io/mediaqueries/
Best regards,
IsmaelHey!
The site is using a very old version of the theme, 3.4.7. Please update the theme to version 3.8.1.
Regards,
IsmaelNovember 14, 2016 at 6:59 am in reply to: Problem with header in blog area, switching Layout Typ , Enfold Template #711798Hey!
1.) Unfortunately, there is no element for that. You can try the special heading element for the title and follow the instructions in the following thread if you want to add the post meta info. https://kriesi.at/support/topic/missing-category-info-in-post-meta-infos-using-alb/#post-589014
2.) Please set the user role to administrator so that we can check the settings and the plugins. Go to the Users panel, edit the user then set the Role to “Administrator”.
Cheers!
IsmaelHey Siracher!
Thank you for using Enfold.
Where should we see this animation? Could you please provide a screencast or a screenshot of it? I searched for the “blockOverlay” or “blockUI” container but I can’t find it.
Regards,
IsmaelHey!
2.) Do you want to disable the lightbox? This is what you said in your previous post. And the lightbox is already disabled so I’m a bit confused.
Last thing to that is: lightbox. How can I deselect the lightbox here?
Best regards,
IsmaelHey!
Please access the file directory then modify the wp-config.phpf file. Look for these codes and then comment it out.
define('DB_CHARSET', 'utf8'); define('DB_COLLATE', '');.. it should look like the following after.
// define('DB_CHARSET', 'utf8'); // define('DB_COLLATE', '');// http://siteber.com/how-to-render-chinese-characters-in-wordpress/
Cheers!
IsmaelHi!
Thank you for the info. Please replace the code in the functions.php file with the following.
add_action('woocommerce_before_shop_loop', 'ava_show_all_product_mod', 10, 1); function ava_show_all_product_mod($post) { global $post; $per_page = get_option('avia_woocommerce_product_count'); $url = "http://$_SERVER[HTTP_HOST]$_SERVER[REQUEST_URI]" . avia_woo_build_query_string($params, 'product_count', $per_page * 50); unset($_SESSION['product_count']); session_destroy(); echo "<a href='{$url}' class='all_product'>Show all</a>"; }Regards,
IsmaelHey!
There’s a css declaration in the style.css file that overrides the modification. We moved it above the “pyb-text-block” css modification.
h1,h2,h3,h4,h5,h6{ font-family: "proxima-nova", helvetica, sans-serif; text-transform: none !important; letter-spacing:0px !important; }Best regards,
IsmaelHi!
Please go to the Enfold > Header > Header Behaviour panel then disable the “Shrinking Header” option.
Best regards,
IsmaelNovember 14, 2016 at 6:16 am in reply to: Search results wont go away when an item is searched – Drop Down #711784Hi kprice2690!
Thank you for using Enfold.
Could you please provide a screenshot of the issue? Or a step by step instruction on how we can reproduce it? An example of the “keyword” that we have to search will help.
Regards,
IsmaelHey!
We don’t have any idea how you will present the report and how you created them but you can try the following plugins.
// https://wordpress.org/plugins/wordpress-popup/
// https://wordpress.org/plugins/popups/
// https://wordpress.org/plugins/m-wp-popup/Cheers!
IsmaelHi!
You are saying the full width elements cause the sidebar to come below them.
Yes, full width elements such as the color section, full width slider etc are rendered before the sidebar so the sidebar goes underneath those element. Please register to the forum then open a new thread. We’ll check the issue there.
// https://kriesi.at/support/register/
Regards,
IsmaelHi!
I think @basilis is talking about this plugin. https://wordpress.org/plugins/tickera-event-ticketing-system/
Unfortunately, the plugin is not configured in the theme so it might need a few customizations. You can contact our partner, codeable, for such modifications.
// http://kriesi.at/contact/customization
Best regards,
IsmaelNovember 14, 2016 at 6:00 am in reply to: Enfold theme not allowing form modifications and altering info structure #711779Hey!
I noticed that you have been replying to older threads. If possible, please refrain from doing that and stick to your own thread. The more you reply to older threads, the bigger the queue gets so we won’t be able to respond to your original thread quickly.
// https://kriesi.at/support/topic/contact-form-resets-to-default-formatting/#post-710970
And regarding the issue at hand, please check our response from the previous thread.
Did you subscribe the site to a cdn provider? This old thread might help.
// https://kriesi.at/support/topic/contact-form-resetting-to-defaults/#post-391712
Regards,
IsmaelHey!
@hacart: We would like to help with the issue but it’s not related to the original thread. Please kindly open a new thread then we’ll inspect the issue there. Anyway, we tested this on our installation but we can’t reproduce the issue so it’s probably cause by a plugin or a custom modification in your installation.Regards,
IsmaelHey!
I’m sorry but you cannot disable it unless you want to mess around with the database. One workaround is to redirect those pages to the posts where the images are attached.
// http://www.wpbeginner.com/wp-tutorials/how-to-disable-image-attachment-pages-in-wordpress/
You will need the following plugin.
// https://wordpress.org/plugins/wordpress-seo/
Regards,
IsmaelHi richardbeatty!
Thank you for using Enfold.
Which specific icons are you trying to add? Some of the icons in the flaticon site are not supported so you have to download the svg format then upload it in the fontello.com site’s “svg to icon” generator.
Best regards,
IsmaelHey!
Did you subscribe the site to a cdn provider? This old thread might help.
// https://kriesi.at/support/topic/contact-form-resetting-to-defaults/#post-391712
Best regards,
IsmaelHi!
Please add this in the Quick CSS field:
.av-main-nav { position: relative; top: 20px; } .av-main-nav li { max-height: 30px; } .av-main-nav li a{ line-height: 30px !important; height: 30px !important } .av-main-nav li:hover a { background: blue; } .av-main-nav li:hover a .avia-menu-text{ color: white; }Best regards,
Ismael -
AuthorPosts
