Forum Replies Created
-
AuthorPosts
-
Hey Andrea!
Nothing comes to mind. If anyone else has used something like this before then please share.
Cheers!
ElliottJune 12, 2015 at 7:06 pm in reply to: Google Search Results – av_textblock & other code as the Description #458563Hey Daveid!
You can install this plugin, https://wordpress.org/plugins/wordpress-seo/, to easily set the description tag.
If your still having problems after doing that and clearing your cache then send us a link to your page and we’ll take a look.
Best regards,
ElliottHey gloopy1!
That’s going to be difficult since the background is set to the HTML tag and not another element.
I would try this plugin out, https://wordpress.org/plugins/wp-supersized/, it lets you set background images and sliders if you want. It also says you can set links on the images.
Cheers!
ElliottHey!
Then “a repeating background” is not what your looking for. Just set it to no repeat in the options.
Or if I am misunderstanding then take a screenshot and highlight exactly what your trying to do so we can get a better idea.
Best regards,
ElliottHi!
1. Try this CSS.
.avia-slideshow { min-height: 500px !important; }2. Do this, http://kriesi.at/documentation/enfold/custom-css-and-quick-css/, and then give it a CSS class and then add it inside the previous CSS code I gave you.
<style type = “text/css”>
@media screen and (max-width: 767px) {
#header { display: none !important; }
.your_class { display: none !important; }
}
</style>3. That’s not what your wanting? Take a screenshot and highlight exactly what your trying to do so we can get a better idea.
Regards,
ElliottHi!
Change it to this then.
.avia-slideshow .avia-button:hover { background: blue !important; border-color: blue !important; opacity: 1 !important; color: white !important; }Cheers!
ElliottHey!
A normal textblock is not going to work, it needs to be in a codeblock element. Also, the first snippet is what I added to the code in my example so you do not need to add that to your page content, just the second snippet wherever you want it to display.
Send us a link to your page.
Best regards,
ElliottJune 12, 2015 at 5:58 pm in reply to: Slides problem in Explorer with black background when change #458522Hi!
I see it also but only briefly. It seems to flicker a bit. I’ll go ahead and flag this for Kriesi to take a look.
Best regards,
ElliottHey Nic_007!
That link is giving me a 404. Did you delete the page or place it in the trash?
Cheers!
ElliottJune 11, 2015 at 9:07 pm in reply to: PHP Fatal error: Call to undefined function get_header() on line 9 – Multisite #458032Hey Jagrav!
Yes, all of the sites in a multisite setup will use the same theme files. You just need to upload the theme once into /wp-content/themes/ and then network enable it.
Best regards,
Elliott-
This reply was modified 10 years, 7 months ago by
Elliott.
Hi Snerp!
Add this to your custom CSS.
@media screen and (max-width:767px) { .logo img { padding: 0px !important; } }Best regards,
ElliottHey Wils1234!
They are displaying on my end. Try clearing your browser cache and any caching related plugins you might have installed.
Best regards,
ElliottHi dc2!
You can do this, http://kriesi.at/documentation/enfold/adding-a-widget-area-to-the-header/, to add a widget area to your header. Once that is done you can copy the shortcode for the contact form and place it inside a text widget.
Cheers!
ElliottHi niko_lg!
We currently do not have any shortcodes for the related posts. You could try using the blog posts element and set it to display posts from a certain tag or category. For the featured image you can use the regular image shortcode.
As for the blog layout you will need to set a custom excerpt when editing your post with the advanced layout editor. If you do not see the “Excerpt” field then click on “Screen Options” in the top right hand corner of your screen and check it to display.
Cheers!
ElliottHi!
I don’t have any iOS devices to check on but just wanted to confirm it looks fine on Android.
Regards,
ElliottHey valentin!
You can find the ending head tag in the header.php file on line 53.
If it has a widget for you to use then you could do this, http://kriesi.at/documentation/enfold/adding-a-widget-area-to-the-header/, to add a widget area to your header.
Or you could try adding this to your child theme functions.php file to insert some code inside the header.
add_action( 'wp_head', 'enfold_customization_custom_header' ); function enfold_customization_custom_header() { // your code goes here }Best regards,
ElliottHi Jaturong!
Please see here, https://kriesi.at/support/topic/avia-post-nav-with-the-same-category/#post-185420.
Best regards,
ElliottHey fanlokbun!
Navigate to Dashboard > Enfold > General Styling > Logo Area. Here you can set a background image to use for the header. You can set it’s position and have it repeat as well.
Best regards,
ElliottHi iheartwine!
When you edit the shortcode scroll down and you’ll see the “Order by” option which you can set to “Random”. This was added in one of the later Enfold versions.
Best regards,
ElliottHi!
It sounds like one of your settings is causing the problem. Send us a WordPress login and let us know if we can reset your settings and deactivate your plugins while testing.
Also try completely deleting Enfold from your WordPress theme directory before downloading + uploading a fresh copy from themeforest. This will ensure all of the files are on the latest version.
Cheers!
Elliott-
This reply was modified 10 years, 7 months ago by
Elliott.
Hi melissa9951!
You could create a menu for this in Dashboard > Appearance > Menus and then use the “Custom Menu” widget. Or you could navigate to Dashboard > Enfold > Sidebar Settings and turn on the page sidebar navigation.
Regards,
ElliottHi!
1. Since your using video there would just be an empty space beneath it on mobiles if you set a minimum height.
2. Your using a button there. You can change the font color in the shortcode options. To get it to call someone when clicked on then set the URL to “tel:1234567890”.
3. So your wanting to completely hide the header on that page for mobiles? Try dragging a codeblock element to the page content and add this inside.
<style type = "text/css"> @media screen and (max-width: 767px) { #header { display: none !important; } } </style>Cheers!
ElliottHi Michael!
Add this to your custom CSS.
.home .av_header_transparency #header_main > .container { display: none; }Regards,
ElliottHey!
Your getting a bunch of 404 not found errors about some plugins your using. I also see this javascript error.
TypeError: doc.iter is not a function doc.iter(function(line) {Your using quite a few plugins. Have you tried deactivating them? Does the option save if you create a new slider?
Regards,
ElliottHey!
That’s not a template file so you cannot move it to the child theme. You could try copying the contents of the file and paste it into your child theme functions.php file though. All except the very first line.
<?php if ( ! defined( 'AVIA_FW' ) ) exit( 'No direct script access allowed' );Regards,
ElliottHey!
Try this then.
.avia-slideshow .avia-button:hover { background: #2c5b9c !important; color: white !important; }Best regards,
ElliottHey!
To move the currency switcher to the right hand side then use this CSS.
#header .widget { position: absolute; right: 80px; top: -90px; width: auto; z-index: 9999 !important; }To get it to display on mobiles add this.
@media screen and (max-width:767px) { #header_main_alternate { display: block !important; } nav.main_menu { display: none !important; } }Best regards,
ElliottHey catmac2204!
I see it on my end. Did you get it sorted?

Regards,
ElliottHey buscofen89!
Are you wanting to use the Masonry but only display the images and not have them link to the posts? If so then what you’ll want to do is use the Masonry Gallery element under the “Media elements” tab in the layout builder. This will let you display images without the links.
Best regards,
ElliottJune 10, 2015 at 11:13 pm in reply to: Possible Mobile Menu Bug, and Mobile Menu color callout issue (with screenshots) #457558Hi ramirezo!
Add this to your custom CSS.
#advanced_menu_hide { color: white; border-color: blue; background-color: blue; }As for the menu displaying when you swipe right, that should have been fixed in the latest version. Try completely deleting Enfold from your WordPress theme directory before downloading + uploading a fresh copy from themeforest. If that does not help then try adding this to your custom CSS.
#wrap_all { position: relative !important; }Cheers!
Elliott -
This reply was modified 10 years, 7 months ago by
-
AuthorPosts
