Forum Replies Created
-
AuthorPosts
-
Hey ChaeHam!
Send us a WordPress login and we’ll take a closer look. Be sure to deactivate all plugins while testing and make sure your using the latest version of Enfold, 3.2.3.
Best regards,
ElliottHi!
I just copied the color code from your previous post but it looks like you spelled fuchsia wrong. Use this.
.form_element input.button:hover { background-color: white !important; color: fuchsia !important; border-color: transparent !important; }Cheers!
ElliottHi avwebmaster!
If you want it to go the full width of the screen then try a grid row element instead of the color section element.
Regards,
ElliottHey!
Try placing this in the bottom of your functions.php file.
add_action( 'wp_head', 'enfold_customization_facebook_popup' ); function enfold_customization_facebook_popup() { ?> <script type = "text/javascript"> jQuery(document).ready(function(){ jQuery('.av-share-link a').click(function(e){ e.preventDefault(); window.open(jQuery(this).attr("href"), '', 'width=600,height=400'); }); }); </script> <?php }Cheers!
Elliott-
This reply was modified 10 years, 5 months ago by
Elliott.
Hi Shorty05!
Try changing line 566 in the /enfold/config-templatebuilder/avia-shortcodes/magazine.php from this.
$excerpt = !empty($entry->post_excerpt) ? $entry->post_excerpt : avia_backend_truncate($entry->post_content, apply_filters( 'avf_magazine_excerpt_length' , 60) , apply_filters( 'avf_magazine_excerpt_delimiter' , " "), "…", true, '');To this.
$excerpt = $entry->post_content;Best regards,
ElliottHey!
You can find all of the image sizes around line 120 in the functions.php file. If your talking about the fullscreen slider then an image around 1500 x 1500 should look nice on all screen sizes.
Regards,
ElliottHey LordLiverpool!
Add this to your custom CSS.
.single_variation_wrap { margin-left: 0px !important; }Cheers!
ElliottHi alvinhy!
That is for the actual image size. They will always take up the max amount of space (depending on the columns you set) though. This is to make sure it displays nicely on all screen sizes including small phone screens.
If you force them to be 360 x 270 via CSS then it will look weird when you resize the browser.
Best regards,
ElliottAugust 7, 2015 at 3:50 pm in reply to: How to input logos at the bottom of the page with enfold? #484572Hey depthofeel!
We have a shortcode called “Logo/Partner element” which you can use for this purpose, http://kriesi.at/themes/enfold/shortcodes/partnerlogo-element/.
Edit your page and drag it to the bottom of your page content and then fill out all of the options.
Regards,
ElliottHey!
Alrighty I see now. What you’ll want to do is create a new widget area to use and then drag those widgets from the “Displayed Everywhere” widget area to the new widget area you created.
Next navigate to Dashboard > Enfold > General Layout and near the bottom you’ll see an option called “Main Menu Sidebar” where you can select the new widget area you created.
Best regards,
ElliottHey maschera!
Add this to your custom CSS.
.form_element input.button:hover { background-color: white !important; color: fuscia !important; }Cheers!
ElliottAugust 7, 2015 at 3:36 pm in reply to: Create child theme after customizations have been made #484566Hi baramagnus!
There is an option in Dashboard > Enfold > Import/Export for importing the parent theme settings after you activate a child theme.
Regards,
ElliottHey Peter!
It looks the same to me in both links. Can you take a screenshot and highlight what your trying to do?
Best regards,
ElliottHi!
All of the “template” files can be placed in a child theme. See here for more info, https://developer.wordpress.org/themes/basics/template-hierarchy/.
Best regards,
ElliottHey McEwans!
Add this to your custom CSS.
.logo, .logo a { overflow: visible !important; }Regards,
ElliottHi noamman!
Send us a link to your page and we’ll take a.look. You can set your reply as private if you wish.
Also be sure to deactivate all plugins while testing.
Cheers!
ElliottHi!
I’m sorry but I do not know what your trying to do. Perhaps something in the index.php file is what your looking for.
The is_home() and is_front_page() should be working though. Where are you using them?
Also, it would be best not to use a static page in Dashboard > Settings > Reading. You just need to set the front page in Dashboard > Enfold > Theme Options.
Best regards,
Elliott-
This reply was modified 10 years, 5 months ago by
Elliott.
Hey!
Hmm, well it seems to look fine on my end. Can you take a screenshot and highlight what your trying to do?
Regards,
ElliottHey!
Switch your code to this.
#header .widget { position: absolute; top: 0; left: 0; width: 100%; } .hdr-titles { float: none; left: 50%; transform: translate(-50%); width: auto !important; } .hdr-contact { float: none; position: absolute; right: 20px; text-align: right; top: 50px; }Regards,
ElliottHey Greg!
Go ahead and read this, https://codex.wordpress.org/FAQ_My_site_was_hacked.
So the links you provided are not actually pages in the dashboard? That’s pretty weird. Do you have a backup you can reload? Perhaps GoDaddy has automatic backups scheduled?
Best regards,
ElliottHi rudtek!
What do you mean by “create a wysiwyg custom field”? Take a screenshot and highlight what is going on so we can get a better idea.
Best regards,
ElliottHey nini_bacher!
If the video has a smaller resolution then it will stream faster.
Best regards,
ElliottHi zimbo!
Yes, that’s correct. If you want to do it in a child theme then just copy the search.php file over to your child theme folder.
Cheers!
Elliott-
This reply was modified 10 years, 6 months ago by
Elliott.
Hey ccoetzee!
Send us a link to the page and a WordPress login so we can get a better idea of what’s going on.
If your typing out HTML in the page content then make sure you close each tag properly. i.e.
<strong>Example</strong>Regards,
ElliottHey Syrsan!
Your having trouble receiving emails? First off do all the steps listed here, http://kriesi.at/documentation/enfold/my-contact-form-is-not-sending-emails/, and let us know of the results.
Cheers!
ElliottHi queremosjugar!
Send us a link to your page so we can get a better idea of what’s going on. You can set your reply as private if you wish.
Best regards,
Elliott-
This reply was modified 10 years, 6 months ago by
Elliott.
Hey vortexvalves!
If your using a static page in Dashboard > Settings > Reading then try this.
if ( is_home() || is_front_page() ) { }Regards,
ElliottHey BrendaSarg!
Add this to your custom CSS.
.content p a { color: #5675b8; }Best regards,
Elliott-
This reply was modified 10 years, 5 months ago by
Elliott.
Hey dabomb!
I think you got the links mixed up perhaps.
Best regards,
ElliottHi!
Add this to your custom CSS.
#header .widget { position: absolute; right: 0; top: 70px; z-index: 999; } #header .widget * { display: inline !important; }Regards,
Elliott -
This reply was modified 10 years, 5 months ago by
-
AuthorPosts
