Forum Replies Created
- 
		AuthorPosts
 - 
		
			
				
Hi!
I’m sorry but this is not possible with the default WordPress search function. You have to create a separate page for each section if you want them to be searchable. You can also add a fullwidth sub menu element or anchor links on top of the page so that users can browse through the sections in the page.
Cheers!
IsmaelHey!
1.) Glad that you fixed that one.
2.) I’m sorry but what I meant is adjusting the Zoom Level settings of the google map element. Have you tried that?
3.) We adjusted the code a bit. Please try it again.
Regards,
IsmaelHi!
Yes, we saw that error in the console, that’s why we suggested the ssl or https plugins. Please install the plugins again, see if the error disappears. Unfortunately, I don’t think this is related to the contact form issue. We checked the site on firefox and the contact form disappears on initial load. Please add this code in the Quick CSS field.
.js_active .av-minimum-height .container { z-index: 1; opacity: 1; -webkit-transition: none; transition: none; }Regards,
IsmaelOctober 30, 2016 at 5:12 am in reply to: Activating Avia on Yoast Local SEO Plugin Location Pages #705747Hi!
Thank you for using Enfold.
I’m sorry but this is not possible without major modification on the theme. Please hire a freelance developer or contact our partner, codeable. http://kriesi.at/contact/customization
Regards,
IsmaelOctober 30, 2016 at 5:09 am in reply to: Blog Grid Date shown is updated date not original post date #705746Hey!
Thank you for using Enfold.
1.) The theme is using the get_the_time function which displays the date when the posts was published. Are you sure that it is displaying the date of modification? It is not possible because you have to use the the_modified_date function to display the date the posts was last modified.
2.) The post meta info will display if a custom excerpt is specified.
3.) The date is actually below another container, the excerpt container. If you want to move it closer to the title, you have to remove the excerpt. When I say “remove”, I mean remove the container using css.
Best regards,
IsmaelHi Tyler!
Thank you for using Enfold.
I checked the site and I found out that the memory limit is set to 64M. The theme and additional plugins requires at least 128M in order to work properly.
// http://www.dailyblogging.org/wordpress/increase-wordpress-memory-limit/
For the thumbnail regeneration, please use this plugin instead.
// https://wordpress.org/plugins/force-regenerate-thumbnails/
Best regards,
IsmaelHey!
Please try css code in the Quick CSS field.
.big-preview img { image-rendering: -moz-crisp-edges; image-rendering: -o-crisp-edges; image-rendering: -webkit-optimize-contrast; -ms-interpolation-mode: nearest-neighbor; }Best regards,
IsmaelHi!
1.) You should disallow those folders or directory using robot.txt file. However, reading inquiry #2, I’m assuming that you already have this file in your installation.
// http://www.robotstxt.org/robotstxt.html
2.) Did you disallow any directories in the robot.txt file? Crawlers need access to the script and stysheet to render the page properly.
Best regards,
IsmaelHi!
What is the Google Authenticator password? Please include that info in the private field. Anyway, I checked the site and the testimonial images are the same. How did you fix it?
Regards,
IsmaelHi!
Is it ok if we reset the database? This will remove everything including the posts, pages etc.
// https://wordpress.org/plugins/wordpress-database-reset/
Best regards,
IsmaelHey!
Thank you for the info.
1.) Please add this in the functions.php file to reduce the height of header on mobile.
@media only screen and (max-width: 767px) { .responsive .logo img { max-height: 70px; } }2.) Do you want to adjust the position of the caption? Place insert this code inside the css media query above.
.caption_bottom .slideshow_caption .slideshow_inner_caption { bottom: 200px; left: 0; } #top #wrap_all .avia-caption-content p { font-size: 15px !important; line-height: 1.3em !important; }Cheers!
IsmaelHey!
Thank you for the info. Please add this code in the functions.php file.
function ava_image_sizes() { add_image_size('widget', 36, 36, array('right', 'center')); } add_action( 'after_setup_theme', 'ava_image_sizes', 11 );Regenerate the thumbnails afterwards. https://wordpress.org/plugins/force-regenerate-thumbnails/
Cheers!
IsmaelHi,
This is possible but it will require some modification in the includes > loop-index.php file. The closest layout from the “Brightbox blog” that you can choose is the “Single author, big preview pic” layout.
Best regards,
IsmaelHi,
Great! Yes, there’s always an available plugin for everything, almost. :)
Best regards,
IsmaelHi,
Is that a product attribute? You can try the “woocommerce_after_shop_loop_item_title” hook.
add_action('woocommerce_after_shop_loop_item_title', 'ava_add_variation'); function ava_add_variation() { global $product; $atts = $product->get_attribute( 'size' ); // name of the attribute if(empty($atts)) return; echo $atts; }Best regards,
IsmaelHi,
I’m sorry but I can’t see the error in the widgets panel. However, the following notification is in the console.
util.js:221 Google Maps API warning: InvalidKey https://developers.google.com/maps/documentation/javascript/error-messages#invalid-key
Please review the google maps api key documention. It’s possible that the API key that you entered in the Enfold > Google Services panel is incorrect. http://kriesi.at/documentation/enfold/how-to-register-a-google-maps-api-key
Best regards,
IsmaelHi,
Thank you for the update.
What is the actual model of the tablet? Did you check it on another tablet?
The theme contains basic schema markup, unfortunately, you can’t change it in the theme options. You can either modify the includes > helper-markup.php file or use the “avf_markup_helper_attributes” filter. Examples:
// https://kriesi.at/support/topic/the-property-blogpost-is-not-recognised-by-google-for-an-object-of-type-blogpost/#post-679795
// https://kriesi.at/support/topic/error-structured-data/#post-511934Best regards,
IsmaelOctober 28, 2016 at 10:55 am in reply to: Overview Portfolio-Page without Sidebar an order of menu #705232Hi,
Yes, unfortunately, you can’t modify the archive or category pages in the advance layout builder. You have to edit the taxonomy-portfolio_entries.php file. Another workaround is to redirect the default portfolio category page to a custom page. Use the following plugin.
// https://wordpress.org/plugins/redirection/faq/
Best regards,
IsmaelOctober 28, 2016 at 10:44 am in reply to: background image (poster) for full width slider with video element? #705231Hi,
Glad that you found a workaround. You can actually use the theme’s video element but you have to modify it a bit.
// https://kriesi.at/support/topic/video-poster-how-to/#post-495389
Best regards,
IsmaelHi,
Thank you for the info. Please try to edit the posts’ or pages’ permalink and change it to something else.
// http://rvtechsolutions.com/wordpress-tip-url-customization/
Best regards,
IsmaelHi,
The caption is wrapped inside an h2 tag, not h3.
@media only screen and (max-width: 768px) { .responsive #top .slideshow_caption h2 { font-size: 15px !important; } }Best regards,
IsmaelHi,
Are you editing the file via FTP? You should see the “aviashortcodes” folder inside the “config-templatebuilder” folder.
Best regards,
IsmaelHi,
It is possible but you have to modify the includes > loop-index.php file. Look for this code around line 46:
$size = strpos($blog_style, 'big') ? (strpos($current_post['post_layout'], 'sidebar') !== false) ? 'entry_with_sidebar' : 'entry_without_sidebar' : 'square';Replace “entry_with_sidebar” and “entry_without_sidebar” with “no scaling” or “full”.
Best regards,
IsmaelHi,
I’m sorry but the page and the screenshot do not exist. Are you sure it’s the correct url?
Best regards,
IsmaelHi,
The hash tag is missing in the css code and since the Section ID of the color section is set to “portfolio”, you need to adjust the css code.
#portfolio .container { width: 100% !important; max-width: 100%; padding: 0; margin: 0; }We want to access the site but the htaccess authentication info is missing. Please post that info as well.
Best regards,
IsmaelHi,
The masonry gallery is not working properly because of the following css code.
.single-portfolio .av-masonry-image-container { background-size: 95% 95%; }What is that css code for?
Best regards,
IsmaelHi,
Did you remove the browser cache or hard refresh the page after adding the css code? And did you try to change the value from “81.55%” to something else? Please post the login details here so that we can test the css modification.
UPDATE: I found the login credentials after reviewing the thread. And I was actually looking at the portfolio overview page instead of the single portfolio page. We are currently working on the site. Please wait for our response.
Best regards,
IsmaelOctober 27, 2016 at 9:33 am in reply to: Making Photos Fit into slider so they won't crop the picture #704747Hi,
Thank you for the update. We managed to login to the site. If you want to use the source or original image in the ajax slideshow, please add this in the functions.php file:
add_filter('avf_ajax_preview_image_size','avia_change_ajax_preview_image', 10, 1); function avia_change_ajax_preview_image($size){ $size = 'no scaling'; return $size; }Best regards,
IsmaelOctober 27, 2016 at 9:24 am in reply to: Custom post type not appearing in posts dropdown in Blog Posts element #704742Hi,
Thank you for the info. The posts from the custom taxonomies “zielgruppe” and “gemeinde” are displaying in the page. Is this fixed? What did you do?
Best regards,
IsmaelHey Gilbert,
Thank you for using Enfold.
Please add this code in the functions.php file:
add_action('wp_footer', 'ava_custom_script'); function ava_custom_script(){ ?> <script type="text/javascript"> (function($) { function a() { $('.woocommerce-Price-amount').text(function(i, text) { return text.replace(',00', '.-'); }); } a(); })(jQuery); </script> <?php }If the script is not working, please post the login details here so that we can check the site.
NOTE: We updated the code above.
Best regards,
Ismael - 
		AuthorPosts
 
