Forum Replies Created
-
AuthorPosts
-
Hey datadirt,
Apologies for the late reply,
Have you tried blog posts element? Drag it to your page or post (in a separate color section if you wish) and set it to display 4 posts in the blog grid style. For the custom taxonomy choose whichever tag you wish to use.
Best regards,
Jordan ShannonHi,
Please see the following on updating your theme files:
http://kriesi.at/documentation/enfold/updating-your-theme-files/Best regards,
Jordan ShannonApril 9, 2017 at 5:45 pm in reply to: Contaco form submit button pading and others questions #775041Hi,
We are glad you were able to get your issues corrected. If you need addtional help, please contact us here on the forums.
Best regards,
Jordan ShannonHi,
The text seems to be displaying correct for me. Please see the following screen and let me know if I am mistaken.
Best regards,
Jordan ShannonHey kjwaggz,
Try adding the following to quick css which should move it below that facebook icon:
.phone-info { top: 90px!important; position: relative!important; }
Best regards,
Jordan ShannonHi,
If possible, please provide login info so I can look into this deeper.
Best regards,
Jordan ShannonHey Vision,
Add the following to quick css:
@media only screen and (max-width: 767px) {
.av-masonry-entry-content.entry-content{
display:block!important;
font-size:8px!important;
}
}Let me know if this works.
Best regards,
Jordan ShannonHey wtony,
If you mean the section that you added in the screenshot, that is a tab element.
Best regards,
Jordan ShannonApril 9, 2017 at 5:15 pm in reply to: Enfold fixed parallax background image should not be visible on mobile #775030Hi,
Okay if thats the case that has nothing to do with hiding the color section, you would need to hide or change the entire background on mobile
Best regards,
Jordan ShannonHi,
You would want to use media queries and adjust the max-width to the specific size you are looking to target then sett the heading accordingly. See this link for more on media queries: https://www.emailonacid.com/blog/article/email-development/emailology_media_queries_demystified_min-width_and_max-width
As for hiding the caption text, you can use the following in quick css:
@media only screen and (max-width: 767px) {
.av-subheading.av-subheading_below.av_custom_color{
display:none!important;
}}
Best regards,
Jordan ShannonHi,
Great! We are happy that you were able to get this solved. If you need additional help, please don’t hesitate to contact us here.
Best regards,
Jordan ShannonApril 9, 2017 at 4:42 pm in reply to: Enfold fixed parallax background image should not be visible on mobile #775014Hi,
You want to hide the face in the background?Best regards,
Jordan ShannonApril 9, 2017 at 4:40 pm in reply to: Advanced Editor Compatible with Woo Variation Swatches and Photos? #775012Hey annebetts,
Are you asking if it is compatible with the theme in general? It should work just fine, however any unforeseen issues would have to directed to woocommerce initially to determine if it is a plugin or theme issue.
Best regards,
Jordan ShannonApril 9, 2017 at 4:28 pm in reply to: Editing theme options for both languages at the same time #775005Hi,
If you need additional help, let us know here in the forums.
Best regards,
Jordan ShannonApril 9, 2017 at 4:25 pm in reply to: Enfold fixed parallax background image should not be visible on mobile #775004Hi,
The code should be this:
@media only screen and (max-width: 767px) { #start {background-image: none! Important; } }
It looks like you missed a bracket above.
Best regards,
Jordan ShannonHi,
This plugin extends the sorting functionality available:
https://wordpress.org/plugins/woocommerce-product-sort-and-display/
Let me know if this works for you
Best regards,
Jordan ShannonHi,
Try adding the following to quick css:
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300'); p{ font-family: 'Open Sans', sans-serif!important; }
Best regards,
Jordan ShannonHi,
I am able to see the number of likes as well. If this is a third-party plugin it could have been a loading/delivery issue on their end. If you continue to see this issue please let us know here on the forums.
Best regards,
Jordan ShannonHi,
We are glad you were able to get this resolved. If you need additional help, please don’t hesitate to contact us here on the forums.
Best regards,
Jordan ShannonHi,
Is there a specific mobile device you are using? I am not able to recreate the issue either and it appears to be showing normally.
Best regards,
Jordan ShannonApril 9, 2017 at 3:47 pm in reply to: Enfold fixed parallax background image should not be visible on mobile #774989Hi,
‘
Yes Rikard has corrected the media query so you would want to enter the following:#start {background-image: none! Important; }
Best regards,
Jordan ShannonHey artbox1,
Try adding a codeblock element to the page and insert the following within it:
<script> window.onbeforeunload = function () { window.scrollTo(0, 0); } </script>
Best regards,
Jordan ShannonHey tom77113,
So yo want to limit the number of posts per category? If so you can add the following to functions.php:
function main_query_mods( $query ) { if(!$query->is_main_query()) { return; } // show 15 posts per page if category has id 7 // check http://codex.wordpress.org/Conditional_Tags#A_Category_Page if ( is_category('7')) { $query->set('posts_per_page',15); } } add_action( 'pre_get_posts', 'main_query_mods' );
Best regards,
Jordan ShannonHey giaco_he,
So you mean the font style of the entire site changes after you log out?
Best regards,
Jordan ShannonHey maripupo,
Have you tried adding a custom class to your submenu? http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/
Then add something like below to quick css to push it down.
.submenuclass { position: fixed; bottom: 20px; z-index: 10000; }
Best regards,
Jordan ShannonHey Keith,
Yes, links can be added to images hotspots. Please see the following link for confirmation:
https://kriesi.at/support/topic/hot-spot-links-and-open-in-new-window/
Best regards,
Jordan ShannonApril 9, 2017 at 2:57 pm in reply to: Startsite footer and color sections scaling, Parallax Layer Slider #774972Hey romora,
Please try adding the following to quick css to fix the footer:
@media only screen and (max-width: 767px) { #footer .container .flex_column.av_one_third{ width:100%; } }
Please let me know if this works and we will then work through the other issues as well.
Best regards,
Jordan ShannonApril 9, 2017 at 2:45 pm in reply to: Icon boxes completely disappeared/ invisible upon update #774967Hey chemstudent337,
Try deactivating all active plugins just in case there is a conflict. The last is to increase the WordPress memory limit to above 64mb (128 is typical at this point): http://www.dailyblogging.org/wordpress/increase-wordpress-memory-limit/
Best regards,
Jordan ShannonHey laptophobo,
Unfortunately the fade out function is not native to Enfold.
A simple way to add in your above script would be with the following plugin:
https://wordpress.org/plugins/custom-javascript-editor/
Best regards,
Jordan ShannonHi,
MIMMT is correct, adding a custom class to the specific element you need to change would give you the ability to individually customize it. Please let me know if this is clear.
Best regards,
Jordan Shannon -
AuthorPosts