Forum Replies Created
-
AuthorPosts
-
Hi!
This is public forum, please watch your language. Anyway, I added a text widget in the Displayed Everywhere widget area then add a conditional function so that it will only display in the GeoWorld category. http://www.geoclima.com/wp-admin/widgets.php
As you can see, the widget is visible in the specified category page: http://www.geoclima.com/category/thinkforward/geo-world/
And another category page without the text widget: http://www.geoclima.com/category/thinkforward/
Best regards,
IsmaelHey!
Thank you for using Enfold.
The masonry images are resized to a max width and height of 705x705px in the functions.php file. You can increase the px value then regenerate the thumbnails:
$avia_config['imgSize']['masonry'] = array('width'=>705, 'height'=>705 , 'crop' => false); // images for fullscreen masonry
Use this plugin to regenerate the thumbnails: https://wordpress.org/plugins/regenerate-thumbnails/
I checked the page and the images seem to be ok, maybe because I’m not a photographer. Anyway, please try the solution above.
Best regards,
IsmaelMay 6, 2015 at 5:18 am in reply to: upload hotspot and adjustment Banner for product category in woocommerce #440101Hi!
It’s not possible to use a hotspot image by default but maybe you create another custom function which includes a hotspot image shortcode. Hook the custom function in the ava_after_main_container. For reference, you can find the category banner function on config-woocommerce > config.php. Look for the avia_woocommerce_big_cat_banner function.
Best regards,
IsmaelHey!
Alright. Note that you will not see the content of the advance layout builder if you switch to the default editor. I checked the default editor on this page and it is working: http://eic7.eng.fiu.edu/fiu-research/wp-admin/post.php?post=625&action=edit
The plugin isn’t fully updated but it works fine on the latest wp version: https://wordpress.org/plugins/widget-logic/
Regards,
IsmaelMay 6, 2015 at 5:05 am in reply to: Widget im Header bringt Fehlermeldungen, funktioniert aber #440094Hey hgx!
Thank you for using Enfold.
You can hide the error by disabling the debug mode: https://codex.wordpress.org/Debugging_in_WordPress
The next update should fix the issue.
Best regards,
IsmaelHi!
The current crop parameter for the product images is set to “Soft” or false which means that it will crop the images but it will keep the image proportion in order to create a full image. If the parameter is set to “Hard” or true then it will chopped off parts of the image to obtain the specified thumbnail size. So to answer your question, you need to upload images with the same dimension or size in order to create a consistent product overview page.
Regards,
IsmaelHey!
The background size is set to cover by default to keep the image proportion and image responsiveness but as a compromise, it will hide parts of the background image: http://www.w3schools.com/cssref/css3_pr_background-size.asp
You can set the background size property manually but the alternative property might stretch or shorten the background image.
.av-parallax.avia-full-stretch { background-size: 100% 100% !important; }
Cheers!
IsmaelHey!
Please contact your hosting provider. Ask them to increase the following php settings:
max_input_time = 60 max_execution_time = 120 upload_max_filesize = 64M post_max_size = 64m memory_limit = 256M
Those are settings plus the recommended values.
Regards,
IsmaelHi!
The code above should overwrite the default: https://kriesi.at/support/topic/failed-to-changed-font-2/#post-408585
body { font: 13px/1.65em "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif; }
I think you forgot to remove the browser cache before testing it. https://kriesi.at/support/topic/failed-to-changed-font-2/#post-409612
Regards,
IsmaelHi!
Did you use the Blog Grid style for the blog page? Or the post slider? Try this in the Quick CSS field:
.slide-content { background: #fff; padding: 10px; }
Cheers!
IsmaelHey!
Reset the modifications in the loop-index.php file, you can override it with a new one, then look for this code around line 52:
$current_post['content'] = $blog_content == "content" ? get_the_content(__('Read more','avia_framework').'<span class="more-link-arrow"> →</span>') : get_the_excerpt();
Replace it with:
if(!is_archive()) { $current_post['content'] = $blog_content == "content" ? get_the_content(__('Read more','avia_framework').'<span class="more-link-arrow"> →</span>') : get_the_excerpt(); } else { $current_post['content'] = get_the_excerpt().'<div class="read-more-link"><a href="'.get_permalink().'" class="more-link">'.__('Read more','avia_framework').'<span class="more-link-arrow"> →</span></a></div>'; }
Cheers!
IsmaelHey!
It took you a month to respond. Anyway, is the site using the latest version of the theme, 3.1.5? There are jquery errors on the console when I checked it.
Uncaught ReferenceError: jQuery is not defined(anonymous function) @ (index):226
(index):226 Uncaught TypeError: undefined is not a functionPlease try to deactivate the plugins.
Best regards,
IsmaelHey Munford!
Thank yo for using Enfold.
1.) Eliminate render-blocking JavaScript and CSS in above-the-fold content – Use the minify settings of the W3 Total Cache plugin to decrease the errors. You can’t expect to fully eliminate these errors because some of the scripts is required to load ahead of the content in order to render the page properly.
2.) Please refer to this link on how to leverage browser caching:
http://gtmetrix.com/leverage-browser-caching.html
http://www.reginaldchan.net/fix-leverage-browser-caching/Be careful with the caching expiry, it is recommended that you do this after you finished the website. If you frequently modify a certain type of file, set the a shorter term of expiration. Minimum is 1 month.
Cheers!
IsmaelHey!
1.) Eliminate render-blocking JavaScript and CSS in above-the-fold – This error is cause by files or scripts that is loaded before the content. Any themes with advance or at least decent functionality will get the error because they require custom scripts to render the page properly. Try to install a cache plugin with minify settings to improve the page speed: https://wordpress.org/plugins/w3-total-cache/
2.) Optimize Images – You can install this plugin to optimize the images: https://wordpress.org/plugins/wp-smushit/
3.) User Experience – Add this in the Quick CSS field to create space between the slider dots:
@media only screen and (max-width: 480px) { a.goto-slide { margin: 0 15px; }}
Cheers!
IsmaelMay 6, 2015 at 3:20 am in reply to: Reservation function: availability limit and booking in 7 days from now #440074Hey!
Yes, because disabling the past date only require that you hide the previous button. It doesn’t concern any database work, custom javascript etc., which is what you will have to create if you’re planning to improve the reservation feature.
Best regards,
IsmaelHey!
Do they have the same settings as the home page element?Try to replace the code with this:
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) { .avia-logo-element-container.av-border-deactivate.avia-logo-grid.avia-content-slider.avia-smallarrow-slider.avia-content-grid-active { width: 190%; }}
Cheers!
IsmaelHi!
You can add this in the Quick CSS field to adjust the position:
.main_menu form#searchform { position: absolute; right: 0; top: 10px; }
Best regards,
IsmaelMay 5, 2015 at 4:12 am in reply to: Enfold Layout – Breadcrumb only above and normal page heading/headline #439478Hey!
If you’re going to add it in a child theme, replace the code:
add_shortcode( ‘bread_crumb’, ‘avia_title’ )
with this:
add_action('init', 'ava_add_custom_shortcode', 10); function ava_add_custom_shortcode() { add_shortcode( 'bread_crumb', 'avia_title' ); }
Note that the new title container shortcode will not look entirely the same as the default one. You need to modify it via css.
Cheers!
IsmaelMay 5, 2015 at 3:59 am in reply to: Stop website from being responsive when browser reaches specific dimension #439470Hey!
We’ll close this thread now. We’ll continue this on the other thread: https://kriesi.at/support/topic/change-image-upon-hover-in-advanced-layer-slider/#post-439469
Cheers!
IsmaelHey!
OK. On the frontpage, we created a new section with the code block element inside. You can add the icon css modifications inside the code block: http://alextomaszewski.com/wp-admin/post.php?post=389&action=edit
We modified the hover state of the imdb icon for example, using this code inside the code block element:
img#imdb-icon:hover { background: blue !important; }
You can do the same for the other icons. Add a unique id in the attributes panel then place the css code in the code block.
Best regards,
IsmaelHi!
Can you please provide a test page with the post slider so that we know what you have so far? I checked the pages above but they don’t have any post slider element. The post slider element will display recent posts either from the default posts or the custom post type portfolio, events, products etc. It depends on which taxonomy (Categories, Portfolio Entries etc) is set in the Which Entries? setting. It will display the featured image, title and excerpt of the posts inside the selected taxonomy as a slider.
Best regards,
IsmaelHey!
You can try this in the Quick CSS field:
.single #main .main_color { background: #ffffff; color: black; }
Cheers!
IsmaelHi!
Thank you for the info.
Add this in the Quick CSS field to remove the box shadow and background:
#top .avia-logo-element-container img { box-shadow: none; } #top .avia-logo-element-container .slide-image { background: transparent; }
Cheers!
IsmaelHi!
Thank you for the link.
We don’t encourage user to post multiple questions in a single thread. We would like to keep each thread subject related as much as possible so that users with the same problem or request can easily find it in the search. Please be specific with the questions and provide more info and screenshot if possible. Most of the questions above are unclear. For example:
Here is an image with 1130px x 636px http://www.alfaweb.at/testwaldi/wp-content/uploads/2015/04/fuerse%C3%B6bstaendige.jpg and i want to display it over the first image.
2/7.) What do you mean by “first image”? We have to go back to question number 2 to check it. Are you trying to combine those images?
3.) Add a color section, add the image as background then insert a Video element inside.
4.) Looks like you’re trying to combine two images again with different dimension and size. Why not combine them as a single image?
8.) Go to General Styling > Footer panel to add a background.
9.) Please elaborate a little bit.
10.) You can add html tags or codes in the Enfold > Footer > Copyright field.
Thank you for your understanding.
Best regards,
IsmaelHey!
1.) Do you need the top bar in the header? If not, use this in the Quick CSS field:
div#header_meta { display: none; }
Remove this code to remove the bottom gap:
#header_main { height: 157px; }
3.) How did you add the turtle image before? Please place the code on pastebin.com.
Cheers!
IsmaelHi!
Did you add the image as background? The layer slider automatically applies a top offset to keep the background responsive. Try to add this in the Quick CSS field:
.html_header_top.html_header_topbar_active.html_header_sticky.html_large.html_bottom_nav_header #top #main { padding-top: 210px; }
Use css media queries to adjust the top padding on different screen size.
Cheers!
IsmaelHey!
Yes, the fix isn’t included in the latest patch. It will most likely be release on version 3.1.6.
Regards,
IsmaelMay 5, 2015 at 2:41 am in reply to: Paralax background image not showing in mobile, fixed and scroll #439442Hey!
Thank you for using Enfold.
I checked the site but it’s missing. Please create another test page. Make sure to update the theme to 3.1.5.
Regards,
IsmaelMay 4, 2015 at 4:56 pm in reply to: CSS only displaying on preview page in wordpress, not on actual page. #439076Hi!
Those selectors might change when you add or remove something. I checked the page but it is missing: https://maidayy.com/pricing2/
Did you inspect the site on the frontend?
Regards,
Ismael -
AuthorPosts