Forum Replies Created
-
AuthorPosts
-
Hey!
It would be best to contact the plugin authors to see if they have any idea on what it could be.
Regards,
ElliottHi Renzo!
Hmm, I tried it out on my XAMPP setup but the columns appeared to be working though there wasn’t much space for them. Send us a link to your page and we’ll take a look.
Cheers!
ElliottJanuary 10, 2015 at 6:54 pm in reply to: Enfold Multisite usage and language switch as a dropdown menü #377824Hey MuraTopcu!
You could create links to the sites in your secondary menu in the header. This is going to take a lot of work though I would think.
If you want your site to be truly multi lingual then it would be best to use a plugin such as WPML or QTranslate.
Cheers!
ElliottHi alexandergrosche!
Your wanting to use pages with the Masonry? I don’t think that is going to be feasible.
You could install this plugin, https://wordpress.org/plugins/custom-post-type-ui/, and create a custom post type and then use that in the Masonry if you wish.
Best regards,
ElliottHey ouranos3!
Unless you copy the character from your source code I don’t think you can do that with just CSS. Why just add an icon element inside the color section?
Send us a link to your page and take a screenshot highlighting what your trying to do and we’ll take a look.
Best regards,
ElliottHey dalboslampen!
I think the CSS your wanting is this.
#header_meta { min-height: 38px !important; }If your still having problems then send us a link so we can take a look.
Best regards,
ElliottJanuary 10, 2015 at 6:36 pm in reply to: General styling of footer changes when modifying advanced styling #377818Hi tremblayly!
Try adding this to your custom CSS to overwrite it.
#footer a { color: white !important; } #footer a:hover { color: red !important; }Regards,
ElliottHi kenser!
Try adding this to your .htaccess file.
<FilesMatch ".(eot|ttf|otf|woff)"> Header set Access-Control-Allow-Origin "*" </FilesMatch>Regards,
ElliottHey Hardtonline!
When you edit the portfolio grid shortcode set the “Portfolio Grid Image Size” option to use bigger image sizes.
Regards,
ElliottHey Penny!
1. + 2. Can you send us links to these exact pages so we can get a better idea of what’s going on?
3. + 4. Try adding this to your .htaccess file.
<FilesMatch ".(eot|ttf|otf|woff)"> Header set Access-Control-Allow-Origin "*" </FilesMatch>Cheers!
ElliottHey UjenProjektmanagement!
Send us a WordPress login and we’ll take a look.
Best regards,
ElliottHey tkingsbu!
Try adding this to your custom CSS.
.blog-meta img { width: auto !important; height: auto !important; }If that’s not working then send us a link and we’ll take a look.
Best regards,
ElliottHi derustzelve!
Add this to your custom CSS.
label .required { color: red !important; } .avia_ajax_form input, .avia_ajax_form textarea { color: red !important; }Cheers!
ElliottHey squard!
Enfold is used on thousands of sites so it’s very unlikely it’s the theme. I viewed your site and it’s loading pretty quick for me considering you have 6MB that needs to be downloaded.
You really need to optimize your images in the logo element. The PetSmart logo alone is almost 1MB.
Regards,
ElliottJanuary 9, 2015 at 10:04 pm in reply to: Change Font color for links but not dropcaps and other elements #377614Hey tom77113!
You could do something like this.
#main .main_color a { color: red; }If that has unexpected behaviour then you could also add a class to your links like so.
<a href = "#" class = "custom_link">Click me</a>And then use this CSS to style it.
.custom_link { color: red !important; }Best regards,
ElliottHey David!
That would take a lot of time and code and would have to be considered custom work. It would be best to hire a freelancer to help you out with this customization.
Feel free to add it as a feature request, https://kriesi.at/support/enfold-feature-requests/, and we may see something get added in a future update.
Regards,
ElliottHi saremcdee!
That’s very a very specific design so you’ll need to use HTML and CSS to create that look. You can start off with using our 1/3 columns and then add an image inside each and then add a codeblock beneath the images.
In the codeblock you could do something like this.
<div style = "border: 1px solid gray; padding: 10px;"> buttons and text go here </div>But it’s going to take a lot more work to get it to display exactly like in your screenshot.
Cheers!
ElliottHey Marcelo!
Did you upload the wrong screenshot? Your first and last screenshots are exactly the same so I don’t know what your trying to do.
Take a new screenshot and highlight the customization your trying to do so we can get a better idea.
Best regards,
ElliottHi maru_tmar!
I don’t know of any that I can recommend. You can always search for plugins to try out in the WordPress plugin repository, https://wordpress.org/plugins/.
If anyone has a recommendation then please share.
Cheers!
ElliottHey vanggrafisk!
Take a screenshot and highlight exactly what your wanting to do so we can get a better idea.
You can move the menu up by decreasing the size of your header or adding this to your custom CSS.
.main_menu { top: -30px !important; }Regards,
ElliottHey!
Add this.
@media only screen and (max-width: 767px) { .avia-promocontent p { line-height: 30px; } }Regards,
ElliottHey!
I think WordPress added that behaviour in one of the more recent versions. It uses cookies in your browser I think. I’m not sure if there is a way to turn it off. You can ask in the WordPress support forums, https://wordpress.org/support/.
It does not apply to our text editors in the avia layout builder. Those will always open in the text view by default.
Regards,
ElliottHey infigic!
Try adding this to your custom CSS.
.title_container .breadcrumb { position: relative !important; right: auto !important; left: 0px !important; }Regards,
ElliottHi CharlottevanHauen!
Your using our blog posts shortcode correct? When you edit the shortcode options there is a setting called “Blog Content Length” which you can set to “Full Content” to display all the post content instead of an excerpt.
If your trying to make the read more link function like a toggle and open up when clicked on then that would have to be considered custom work and it would be best to hire a freelancer to help you out with that customization.
Cheers!
ElliottHi marcella-metae!
Open up /enfold/includes/loop-search.php and on line 40 you should see this.
<?php the_time('d M Y'); ?>Change it to this.
<?php if ( get_post_type() === TribeEvents::POSTTYPE ) { echo tribe_get_start_date(); } else { the_time('d M Y'); } ?>Cheers!
ElliottJanuary 9, 2015 at 7:51 pm in reply to: How to set a default posts division for each new post #377562Hi!
Where did you add the CSS? You probably have a typo somewhere. Send us a WordPress login.
Cheers!
ElliottHi!
In the avia layout builder you click on the “Edit Element” icon when hovering over your easy slider to edit the shortcode options. You had the “Autorotation Active” turned off which is why it was not rotating.
Best regards,
ElliottHi!
Ok all of the scripts are loading fine now but your site is very slow and it keeps crashing my browser. Deactivate all plugins and upload a fresh copy of Enfold from themeforest.
Try adding this to your custom CSS.
.responsive #top .cart_dropdown { right: -60px; }Best regards,
ElliottHey!
Add this.
@media only screen and (max-width: 767px) { #advanced_menu_toggle { position: absolute; right: -30px !important; top: 0 !important; } .cart_dropdown { position: absolute !important; right: -30px !important; top: 70px !important; } }And play around with the top and right values to move them around.
Best regards,
ElliottHey Denis!
When you say hero image your talking about the guy working on the building correct? You’ll want to use the color section or grid row element for this and set the image as a background of the element.
Best regards,
Elliott -
AuthorPosts
