Forum Replies Created
-
AuthorPosts
-
October 22, 2015 at 4:06 pm in reply to: Transparent menu by default + Hide Portfolio options below Avia Builder #523069
Hey!
Try this CSS out.
.header_bg { display: none !important; } #header * { border: 0px !important; }
As for the custom post types, you shouldn’t have to do any editing if your using the latest version of the theme. The layout builder should be displayed on them automatically. Make sure your using the latest version, 3.3.2.
Best regards,
ElliottHey!
I created a test page and it seems to be working fine.
Best regards,
ElliottOctober 21, 2015 at 9:10 pm in reply to: Inserted Google Map – Change position pictures from square to round possible?! #522530Hi!
Hmm, well after taking another look it seems that paint does not have an option for that. I found a cool online tool you can use though, http://www.quickpicturetools.com/en/rounded_corners/.
Regards,
ElliottHi!
Change lines 507 – 508 in the /enfold/config-templatebuilder/avia-shortcodes/postslider.php file from this.
$query = array( 'orderby' => 'date', 'order' => 'DESC',
To this.
$query = array( 'orderby' => 'rand', 'order' => 'DESC',
If your using a child theme then you can copy lines 216 – 543 to your child theme functions.php file and change it there so it’s saved between updates.
Regards,
ElliottHi!
I’m not sure. It would probably be best to hire a freelancer to help you out with this customization.
Cheers!
ElliottHi sandymeier!
Try adding this to the child theme functions.php file.
add_action( 'wp_footer', 'enfold_customization_testimonial_targets' ); function enfold_customization_testimonial_targets(){ ?> <script type = "text/javascript"> jQuery(document).ready(function(){ jQuery('.avia-testimonial-link').attr('target', '_self'); }); </script> <?php }
Best regards,
ElliottHi Richard!
You’ll need to create custom excerpts. When editing each portfolio post scroll down until you see the custom excerpt field. If you do not see it then click on the “Screen Options” link in the top right hand corner of your screen and check it to display.
Cheers!
ElliottHey michaelhiga!
Your markup looks kind of weird. There should be an “aside” container but you do not have one. Let’s try the following.
1. Deactivate all plugins.
2. Completely delete Enfold from your WordPress theme directory before downloading + uploading a fresh copy from themeforest.
If your still having trouble after doing the above two steps then send us a WordPress login and we’ll take a closer look.
Regards,
ElliottHi lock255!
Add this to your custom CSS.
.avia-testimonial-image { width: 120px !important; height: 120px !important; }
Regards,
ElliottHi webblove!
Try adding this to your custom CSS.
#top .fullsize .template-blog .post .entry-content-wrapper > * { max-width: 800px !important; }
Cheers!
ElliottHi hanlinsg!
When I view your homepage it looks a lot different form your screenshot so I assume you got it fixed. If your still having trouble then take a screenshot of what your trying to do in the new homepage so we can get a better idea.
Best regards,
Elliott-
This reply was modified 9 years, 9 months ago by
Elliott.
Hey mxshi!
Yes, surround the image with this.
<div class = "post-entry"> <a href = "URL to your main image"><img src = "URL to your main image" /></a> <a href = "URL to your other images" style = "display: none;"> </a> <a href = "URL to your other images" style = "display: none;"> </a> etc etc </div>
Best regards,
ElliottHi unicaweb!
In the color section background settings set the “repeat” to “stretch to fit”. Surround your text inside the color section with this.
<div style = "position: absolute; bottom: 20px; right: 20px;"> </div>
To move it around. Send us a link to your page if some mores styling is required.
Best regards,
ElliottHey elbnetz!
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,
ElliottHi anniet!
If you have written a custom excerpt then it should also be displaying in the archives as well. Send us a link to the post and your archives and we’ll take a look.
Be sure to deactivate all plugins while testing.
Regards,
ElliottHey vollstark!
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 richardelectrix!
Try adding this to your custom CSS.
label[for="rememberme"] { position: absolute; bottom: 30px; left: 150px; }
Regards,
ElliottHey richardelectrix!
Add this to your custom CSS.
#commentform label { position: relative !important; left: 0px !important; }
Best regards,
ElliottHey fortiz15!
It looks the same to me. Are you trying to have the text split on two lines on all screen sizes?
Cheers!
ElliottHi Cristiano!
I don’t think the LayerSlider has that feature. You will want to contact the plugin authors to see if it’s possible.
Regards,
ElliottHi SandraSquires!
Hmm, your page content is not loading for me in the Dashboard. Let’s try the following.
1. Deactivate all plugins.
2. Completely delete Enfold from your WordPress theme directory before donwloading + uploading a fresh copy from themeforest.
Regards,
ElliottHi garnschuh!
Are you talking about how the white columns kind of display on top of the green background?
To do that edit your first column element and you’ll see an option that says “Custom top and bottom margin”. Set the top margin to a negative value such as -60px.
Regards,
ElliottOctober 21, 2015 at 8:02 pm in reply to: Footer missing on Homepage / but existing on all other pages #522480Hey hanenm!
Hmm, perhaps your homepage is using a page template? Edit the page set as your homepage and double check to see if it’s using the default template or not. Also make sure that your not using a static page in Dashboard > Settings > Reading and that all of your plugins are deactivated while testing.
Send us a link if your still having troubles. You can set your reply as private if you wish.
Regards,
ElliottOctober 21, 2015 at 8:00 pm in reply to: When changing Main Logo it doesn't display on normal full width #522479Hi timothypbrand!
Send us a link to your page and we’ll take a look. If your using a caching plugin then be sure to clear your cache.
Regards,
ElliottHi mjouet!
What’s the structure your using? It looks like all of your links are going to another theme.
Try creating a copy of your .htaccess file, delete it, and then refresh your permalinks to the default setting in Dashboard > Settings > Permalinks.
Be sure to deactivate all plugins while testing as well.
Best regards,
ElliottHi technorodent!
Hmm, not sure I understand. So what your saying is when you add an image to one gallery it adds it to the second gallery also? Can you send us a link to your page so we can take a look?
Cheers!
ElliottHi bermanj80!
I can’t tell which version of the theme your using. Let’s try the following.
1. Deactivate all plugins.
2. Completely delete Enfold from your WordPress theme directory before downloading + uploading a fresh copy from themeforest.
Cheers!
ElliottHi Monique!
Add this to your custom CSS.
@media screen and (max-width: 450px) { .responsive #top h2.avia-caption-title { text-transform: capitalize !important; font-size: 12px !important; } }
Best regards,
ElliottHi KeyserSoze_UK!
Add this to your custom CSS.
.team-member-description, .team-member-description p { font-size: 12px !important; }
Regards,
ElliottHey kgbrooklyn!
Add this to the copyright field in Dashboard > Enfold > Footer.
Learn Club Dance - <a href="http://kriesi.at">Enfold WordPress Theme by Kriesi</a> [nolink]
Cheers!
Elliott-
This reply was modified 9 years, 9 months ago by
Elliott.
-
This reply was modified 9 years, 9 months ago by
-
AuthorPosts