Forum Replies Created
-
AuthorPosts
-
Hi frogdogz!
Where do we login at? /wp-admin keeps redirecting me.
Regards,
ElliottHi Brad!
It should be pretty much the same though there are some slight differences (from the live demo we have setup). I checked your link and it looks good, nothing out of the ordinary.
If you need help recreating a certain page or element then send us a link to the exact page and we’ll take a look.
Regards,
Elliott- This reply was modified 8 years, 9 months ago by Elliott.
Hey Tokyo!
Add this to your custom CSS.
.avia-button:hover .av-button-description * { color: white !important; }
Cheers!
ElliottFebruary 2, 2016 at 2:19 am in reply to: Active Menu Items and Sub-Items Color and Background #576155Hi sophie_doblhoff!
Add this.
#top .sub-menu a { background-color: white !important; color: black !important; }
Best regards,
ElliottHi leoadmin!
It says the latitude / longitude is missing. When you type in the address for your marker make sure to hit the blue “fetch coordinate” button and save.
Cheers!
ElliottHi asmg!
Yes, it’s possible. Send us a link to your page and let us know which colors to use for which links and we’ll give you some CSS to use.
Cheers!
ElliottHey intrinxec!
Do you have a “jquery updater” plugin installed? Try deactivating that to see if it fixes it. Your getting a javascript error from it.
Regards,
ElliottFebruary 2, 2016 at 2:09 am in reply to: Code block displays the text rather than reading code #576147Hey benmuresan!
Try adding it inside a codeblock element instead of a textblock element.
Regards,
ElliottFebruary 2, 2016 at 2:06 am in reply to: Semi Transparent Background for Portfolio Titles Problem #576145Hi lezhang!
Is this your CSS?
figcaption, figcaption * { background-color: rgba(0,0,0,0.7)!important; color: white!important; transform: none !important; -webkit-transform: none !important; transition: none !important; -webkit-transition: none!important; }
Try this instead.
figcaption { background-color: rgba(0,0,0,0.7)!important; } .figcaption * { color: white !important; }
Cheers!
ElliottFebruary 2, 2016 at 2:04 am in reply to: Big image w/thumbnails gallery in Gallery Post Format #576143Hey Tameez!
Can you send us a link to your page so we can take a look? You can set your reply as private if you wish.
Best regards,
ElliottHi Bradleyecain!
Make sure your using the latest version of Enfold, 3.4.7. It could be a plugin so I would try deactivating all of your plugins to see what happens. If you just deactivate them instead of uninstalling them then your content should still be ok but I would contact the plugin authors to be sure.
Cheers!
ElliottHi!
Hmm, it looks like your using Enfold 3.0.4 now. You’ll need to update to the latest version, 3.4.7. Also make sure WordPress is updated.
Send us a WordPress login if your still having issues and we’ll take a look.
Cheers!
ElliottHi!
Yes, when a fullwidth element is used on a page the layout HTML is changed via PHP so it can go fullwidth. CSS would not be able to fix it.
Regards,
ElliottHey!
If you make the space above bigger then you’ll need to reduce the font size. There is just not enough space there.
You can use this CSS to add some space above the title.
@media screen and (max-width: 500px) {
.responsive #top .slideshow_caption .slideshow_align_caption h2.avia-caption-title {
font-size: 12px !important;
margin-top: 10px !important;
}
}`Regards,
ElliottHey!
On your site it looks like you have selected a thumbnail of the image. In the Enfold settings when you select the image to be used as the logo look on the right hand side and make sure the size is set to “full, no scaling” instead of a thumbnail.
Best regards,
ElliottHey!
If you want to do it in a child theme then you can use a filter in your functions.php file, https://kriesi.at/support/topic/enfold-theme-sort-portfolio-items-for-real-estate-website/#post-348286.
Regards,
ElliottHi!
Add it inside a color section and then give the color section a custom ID and then use this CSS.
#customID1 { display: block; } #customID2 { display: none; } @media screen and (max-width: 767px) { #customID1 { display: none; } #customID2 { display: block; } }
You can add another color section beneath that one and give it an ID of “customID2” and add some text saying to view it on a desktop, etc etc.
Cheers!
ElliottHey!
I flagged this for Josue but I think your going to have to contact the plugin authors. It looks like it was only meant to be used on the single posts and not on post listings.
Best regards,
ElliottFebruary 1, 2016 at 3:39 am in reply to: How to change layout in blog post, and portfolio, i'm desperate #575496Hi adinugroho01!
1. Please see here, https://kriesi.at/support/topic/category-page-shows-full-posts/.
2. You can switch to the layout builder and then insert your own image with the image element. It’s in the “Media Elements” tab of the layout builder.
Best regards,
ElliottHi jcameron13!
Yea you could use some CSS like this but it’s not going to look very good. It would be better to just make them into sub menus.
.avia-menu .sub-menu { height: 200px; overflow: scroll; }
Cheers!
Elliott- This reply was modified 8 years, 9 months ago by Elliott.
Hey!
Your getting a few javascript errors. Perhaps it’s because your on a development version of WordPress.
Try uploading a fresh copy of Enfold and deactivate all plugins while testing.
Regards,
ElliottHi!
I see. There have been a few issues reported where pagination does not work on the homepage only. Is WordPress updated?
Can you send us a WordPress login so we can take a closer look?
Cheers!
ElliottHey!
Well it looks like you only have one testimonial set there and your using quite a bit of text inside it so it appears to be displaying fine. Can you take a screenshot and highlight how your trying to make it look?
Perhaps your wanting to change the testimonial style in the settings to small / compact.
Regards,
ElliottHi sitesme!
Add this to your custom CSS.
#menu-item-search a { padding-right: 10px !important; }
Cheers!
ElliottHey!
I think it should be showing all of the tags. Can you send us a link to your page where your using it?
Best regards,
ElliottHey ideafix!
1. In this case click on the “magic wand icon” in the default editor and insert a regular image element. You can disable the featured image from displaying by clicking on the small checkbox beneath it (after you set it).
2. Try the single author small style, http://kriesi.at/themes/enfold/blog/blog-single-small/, and then you can increase the size of the image with CSS.
.blog-meta, .blog-meta * { width: 300px; height: auto; }
Best regards,
ElliottHey victor!
Looks like it’s related to Woocommerce. Do you still get them in the default theme?
Regards,
ElliottHi!
So your trying to recreate the portfolio post 2/3 gallery correct? http://kriesi.at/themes/enfold/portfolio-item/lorem-ipsum/
I edited your “tuinverlichting” portfolio post to show you how it’s built.
Regards,
ElliottFebruary 1, 2016 at 2:52 am in reply to: The text on my layerslider text box is inconsistent #575478Hi!
Add this to your custom CSS.
@media screen and (max-width: 767px) { .ls-slide h3 { font-size: 9px !important; } }
Regards,
Elliott- This reply was modified 8 years, 9 months ago by Elliott.
Hey!
1. What text are you referring to? Are you talking about the regular menu?
2. Your not using any LayerSliders on the homepage.
3. Please see here, https://kriesi.at/support/topic/home-page-video-on-mobile-phone/.
Best regards,
Elliott -
AuthorPosts