Forum Replies Created
-
AuthorPosts
-
Hi Boulanger!
I didn’t see any captions in your link but I think what your wanting to do is add this to your custom CSS.
.avia-slideshow, .avia-slideshow * { overflow: visible !important; } .avia-caption { bottom: -200px !important; }Best regards,
ElliottHey earthdog!
If you navigate to this page in our demo, http://kriesi.at/themes/enfold/portfolio/, and click on the video filter and then click on the soccer ball image you can see video open up in a popup.
You can use our portfolios to do that but it would probably be easier to just use the video shortcode. If you like the video loading in the popup then you can also create links inside your page and they will open up automatically.
<a href = "URL to your video">Click me</a> <a href = "URL to your video"><img src = "URL to your image" /></a>Cheers!
ElliottHi roamingk!
Send us a link to the page and take a screenshot highlighting what your trying to do and we’ll take a look.
Best regards,
ElliottHi starnycdan!
Unfortunately with how the script works there is only one actual tooltip at one time. When you hover over different areas it’s position and text will change dynamically. It would take a lot of time and code to get it to work like how your wanting.
Regards,
ElliottHey!
Add this to your custom CSS.
.news-link { overflow: visible !important; } .news-thumb { position: absolute !important; } .news-headline, .news-excerpt { padding-left: 45px !important; } .news-time { display: none !important; }I tried logging in to view your advanced styling settings but it’s not letting me in.
Cheers!
ElliottHey!
Send us a WordPress login and we’ll take a look.
Be sure to deactivate all plugins while testing and also try setting the permalinks to the default setting or postname and save once more in Dashboard > Settings > Permalinks.
Regards,
ElliottHey!
Try adding this to your custom CSS.
#header_main_alternate { background: none repeat scroll 0 0 white; position: fixed !important; top: 0; } #header_main { border-bottom: 0px !important; } .header_bg { top: 36px !important; } .logo { top: 20px !important; }Regards,
ElliottHi Smitpesik!
Thanks for using Enfold.
Add this to your custom CSS.
.itembox .image-overlay { display: none !important; }Best regards,
ElliottHey!
There currently is not any option for that. What you could do is right click your page and view the source and copy all of the HTML you see and then paste it inside a codeblock element and change the links manually.
Before you do that though make sure to edit the gallery shortcode and set the “Use lightbox” option to “No, open the images in the browser window”.
Regards,
ElliottFebruary 4, 2015 at 12:13 am in reply to: What are the dimensions required for the body background image #390460Hey DigitalEssence!
As far as I can tell it looks fine on my end. It’s stretching to fit the whole screen.
Can you take a screenshot and highlight how your trying to display it?
Cheers!
ElliottFebruary 4, 2015 at 12:10 am in reply to: portfolio grid is 6 across in Chrome and Safari, but 5 across in Firefox #390457Hey atkins23!
Go ahead and update to Enfold 3.0.8 and then send us a link to your page and we’ll take a look. Also be sure to deactivate all plugins while testing.
Best regards,
ElliottHi!
The image would repeat down the page infinitily which is why using a background image is the best way.
If it’s not repeating then do this.
.right_sidebar .template-blog { background: url("URL to your image") repeat-y !important; }Cheers!
ElliottHi!
Try adding this to your custom CSS.
#sponsor h3 { margin-top: 20px; }Regards,
ElliottFebruary 3, 2015 at 10:51 pm in reply to: Nested Menue as 2nd Level Menue horizontal under the Main Menu #390431Hey kirschi!
That’s going to take a lot of CSS code so it would have to be considered custom work. I do not think it is going to work anyway because you have links 3 levels deep. It might be possible if the links were just one level deep.
If you would like to try styling it on your own then you can start off with this CSS.
.av-main-nav ul li { width: auto !important; background: transparent !important; } .sub-menu { width: 1000px !important; visibility: visible !important; opacity: 1 !important; }But it’s going to take a lot more CSS than that to get it how your wanting.
Best regards,
ElliottHi nowhere!
It looks like the images your using are 260 x 185. It would be best to upload some bigger images to use. Or as an alternative you can use 4 – 6 columns instead of 3 which will make them a bit smaller and sharper.
Another thing you could do is instead of placing them inside a 1/1 column element try a 4/5 or smaller column and they should display sharper in that as well.
Best regards,
Elliott-
This reply was modified 10 years, 11 months ago by
Elliott.
February 3, 2015 at 10:40 pm in reply to: Problems with sidebar and woocommerce single product page #390424Hey Jorge!
Please see here, http://kriesi.at/documentation/enfold/product-page-left-or-right-sidebar/.
Cheers!
ElliottFebruary 3, 2015 at 10:38 pm in reply to: The result of instant search is not the same as full search #390421Hey Mathias!
Your talking about the AJAX search in your header? It’s going to sort the results based on type, posts, pages, custom posts, etc etc.
I tested it out on your site and it seems to be working fine.
Regards,
Elliott-
This reply was modified 10 years, 11 months ago by
Elliott.
Hey!
I’m not sure, plugins can cause weird behaviours sometimes. The SEO plugin we recommend using is WordPress SEO by Yoast, https://wordpress.org/plugins/wordpress-seo/. Have you considered using that one?
Regards,
Elliott-
This reply was modified 10 years, 11 months ago by
Elliott.
Hey CreativeCPM!
I’ve never used this plugin before. Have you contacted the plugin authors?
Send us a WordPress login and we’ll take a look.
Cheers!
ElliottFebruary 3, 2015 at 10:27 pm in reply to: Question regarding Fullscreen Slider with YouTube Video Functionality. #390415Hey Marcelo!
Try adding a codeblock element to the page and then add this inside.
<script type = "text/javascript"> jQuery(document).ready(function() { window.setTimeout(function() { location.href = "insert your URL here"; }, 5000); }); </script>Cheers!
ElliottHi Bernd!
Add this to your custom CSS.
@media only screen and (max-width: 479px) { .avia-icon-list .iconlist_title { font-size: 14px !important; } }Best regards,
ElliottFebruary 3, 2015 at 10:12 pm in reply to: Copying the Portfolio filtering menu to Blog Posts #390409Hi!
You need to remove the demo bar (at the top of the page) when linking to the demo pages.
It sounds like your trying to add the sort feature to the blog posts shortcode correct? Instead you will want to use the Masonry shortcode as it does this already. You can select whatever post categories you wish to use and change the style of how they display.
If that’s not correct then send us a link to your page and take a screenshot highlighting what your trying to do so we can get a better idea.
Cheers!
Elliott-
This reply was modified 10 years, 11 months ago by
Elliott.
February 3, 2015 at 10:06 pm in reply to: Enfold featured image of Page not showing when publicized to Facebook #390404Hi!
An easier way is to install the WordPress SEO plugin, https://wordpress.org/plugins/wordpress-seo/, and then navigate to Dashboard > SEO > Social and check the “Open Graph meta data” option.
Best regards,
ElliottHey!
I logged in and edited some stuff but everything seems to be updating correctly.
Try deactivating your plugins and make sure to clear your browser cache after updating and try it again.
Cheers!
ElliottHey!
You can target the main level links like so.
.av-main-nav > li > a { }And the sub level links like so.
.av-main-nav > li > .sub-menu a { }Best regards,
ElliottHey!
Add this to your custom CSS.
.mfp-iframe-holder .mfp-content { max-width: 1200px !important; }Best regards,
ElliottHi!
Sorry for the trouble. It will be fixed in the next update. In the meantime add this to your custom CSS.
#wrap_all { position: relative !important; }Best regards,
Elliott-
This reply was modified 10 years, 11 months ago by
Elliott.
Hi!
I don’t think that should be happening in the latest version. Are you using 3.0.8?
Send us a link to your page and we’ll take a look. You can set your reply as private if you wish.
Best regards,
ElliottHey!
I would try contacting your network administrators at your work and let them know about this to see if they have any idea on what it could be.
If it’s happening on all computers at your network and clearing your browser cache / viewing in different browsers does not fix it then it could be a problem with your network.
Cheers!
ElliottHey!
Try uploading a fresh copy of the theme and then add it back in to the bottom of your functions.php file. If it’s still giving you a white screen then there must be a typo somewhere. Send us a login and we’ll take a look.
Regards,
Elliott-
This reply was modified 10 years, 11 months ago by
Elliott.
-
This reply was modified 10 years, 11 months ago by
-
AuthorPosts
