Forum Replies Created
-
AuthorPosts
-
January 30, 2015 at 11:02 pm in reply to: Contact Form Engine – Can posted form data be saved to the database? #388586
Hey!
Hmm, how did you do that? It looks like you combined the CF7 markup with our form markup. Because you added all of the IDs and classes together I am guessing it’s our contact form javascript which is interfering now. You can find it on lines 2695 – 2875 in /enfold/js/shortcodes.js.
Perhaps if you delete all of that it may start working again but I do not know. It would be best to contact CF7 support about this.
Regards,
ElliottHey!
Your misunderstanding, that option is for displaying posts inside the LayerSlider. I think what your trying to do is display the LayerSlider at the top of each of your blog posts correct?
This is kind of difficult and bordering on custom work. It was not meant to be used on posts but I suppose you could try using the do_shortcode in the single.php template though.
In the single.php file on line 24 you should see this.
<div class='container_wrap container_wrap_first main_color <?php avia_layout_class( 'main' ); ?>'>You could try adding this above it.
<?php echo do_shortcode("[av_layerslider id='3']"); ?>But it’s probably going to have layout issues.
Regards,
Elliott-
This reply was modified 10 years, 11 months ago by
Elliott.
January 30, 2015 at 10:52 pm in reply to: change title and caption of featured image in a post #388580Hey!
It’s probably some customization you have done in the child theme then. Are you overriding the /includes/loop-index.php template? That is where the code is to display the caption on line 78.
//preview image description $desc = get_post( get_post_thumbnail_id() ) -> post_excerpt; $featured_img_desc = ( $desc != null ) ? $desc : the_title_attribute( 'echo=0' );Cheers!
ElliottHi!
Try deactivating all plugins and completely deleting Enfold from your WordPress theme directory before downloading + uploading a fresh copy from themeforest.
If that does not help then send us a WordPress login and we’ll take a closer look.
Best regards,
ElliottHey!
I think what your wanting to do is add this to your custom CSS.
div#apresslider60px { height: auto !important; }Or this.
div#apresslider60px { display: none !important; }If none of those are correct then take a screenshot and highlight what your trying to do so we can get a better idea.
Cheers!
ElliottHi!
Yes I think it was an unintended effect in one of the later Enfold versions, 3.0.6+. You can try the CSS I posted in the link that 2funky provided while our devs look into it.
#wrap_all { position: relative !important; }Sorry for the inconvenience.
Best regards,
Elliott-
This reply was modified 10 years, 11 months ago by
Elliott.
Hey!
I see where it’s being added.
<div data-url="http://www.cloudcoachinginternational.com/customer-success-7-steps-to-drive-great-interactions/" data-title="Customer Success: 7 Steps to Drive Great Interactions" class="at-above-post-homepage addthis-toolbox at-wordpress-hide"></div>But there is nothing inside it. Can you send us a link to the plugin?
Cheers!
ElliottHey!
If you’d like then you can delete all of the contents of the /enfold/css/print.css file and then add this inside.
.toggle_wrap { display: block !important; position: relative !important; left: 0px !important; visibility: visible !important; }That will make it so the accordions display when printing but all of the other print style CSS is removed. Or add this in Dashboard > Enfold > General Styling > Quick CSS if you want to keep the print.css file from loading.
@media print { .toggle_wrap { display: block !important; position: relative !important; left: 0px !important; visibility: visible !important; } }Cheers!
ElliottHey paperaino!
So you created a french translation of one of your pages and published it but it’s not displaying correctly?
Can you send us a WordPress login and let us know if we can deactivate all plugins while testing?
Cheers!
ElliottHey!
I’m seeing it on my end but only when I swipe to the right. Is that how it works for everyone else?
Does it do the same when you add this to your custom CSS?
#wrap_all { position: relative !important; }Regards,
Elliott-
This reply was modified 10 years, 11 months ago by
Elliott.
January 30, 2015 at 9:35 pm in reply to: Where to add the tag “landscape” or “portrait” for my portfolio item? #388523Hey!
Your using the Masonry element correct? Are you sure you have the Masonry size set to “Perfect Manual Masonry”? When you use that setting it will pick up the landscape and portrait tags assigned to the posts.
Regards,
ElliottHey!
It seems to be working fine. I added a meta widget to only the Vern widget area and it’s only displaying in your Vern category archives.
Regards,
ElliottJanuary 30, 2015 at 9:24 pm in reply to: 3 or more buttons possible in full width easy slider? #388513Hi!
Change it to this instead.
.avia-caption-content > p:last-child { display: none !important; }Best regards,
ElliottHey!
Well your title and description are being set correctly. For some reason though Google is not seeing your description. Try using the Google webmaster tools and fetch your website by URL to see how Google views your site.

Best regards,
ElliottHi!
Alrighty, go ahead and open up a new topic for your blog page problem so we can keep the issues separate. I’ll wait for cdubose574 to reply.
Feel free to reply again when your ready to tackle the slider problem.
Regards,
ElliottHey!
Yes it looks like everything is fine now except for your gallery page. Not really sure what is going on with that. Have you done customizations?
Let’s try the following.
1. Deactivate all plugins.
2. Completely delete the gallery page and then recreate it.
3. Completely delete Enfold from your WordPress theme directory before downloading + uploading a fresh copy from themeforest.
Best regards,
ElliottHi!
Your CSS is moving the social bookmarks up on top of the phone number and login link.
.responsive.html_header_top #header_main .social_bookmarks { top: -35%; } #header_main { z-index: 10; }}I’m not really sure what your trying to do there. Can you take a screenshot and highlight your intentions?
Best regards,
ElliottHi!
Did they say what the problem was? A server setting or something similar?
If you have any other questions then let us know.
Best regards,
Elliott-
This reply was modified 10 years, 11 months ago by
Elliott.
Hi!
I’m still getting the 530 user cannot login error.
I think completely deleting the theme and then downloading + uploading a fresh copy from themeforest should fix the problem. What happens when you comment out line 70 in /enfold/config-layerslider/LayerSlider/layerslider.php?
//include LS_ROOT_PATH.'/wp/notices.php';Are you on a Windows or Linux server? I noticed the slashes in the path of your warning are the wrong direction so perhaps that has something to do with it.
Best regards,
ElliottHi piemoo!
1. Add this to your custom CSS.
#after_layer_slider_1 .template-page { padding-top: 10px !important; padding-bottom: 10px !important; }2. How are you trying to align them? Can you take a screenshot and highlight what your trying to do?
3. Add this to your custom CSS.
.inner_product_header h3 { width: 70% !important; }Cheers!
ElliottHey vailjazz!
Try deactivating all plugins and then send us a WordPress login and we’ll take a look.
Regards,
ElliottJanuary 30, 2015 at 6:23 pm in reply to: Adding captions underneath featured images on posts #388409Hi dcashion!
Open up /enfold/includes/loop-index.php and around line 93 you should see this.
if($slider) echo '<div class="big-preview '.$blog_style.'">'.$slider.'</div>';Add this beneath it.
echo '<p>'.$featured_img_desc.'</p>';Cheers!
ElliottHey staciejensen!
If your not using the latest version of Enfold, 3.0.8, then be sure to update and then deactivate all plugins.
If doing the above two steps does not fix it then send us a WordPress login and we’ll take a look.
Best regards,
ElliottHey eqira!
Go ahead and update Enfold to the latest version, 3.0.8, and then deactivate all plugins.
If you navigate to Dashboard > Enfold > Header > Extra Elements you will see the option “Header Social Icons” which you can use the dropdown to set them to your header menu.
Your saying this dropdown is not displaying? Go ahead and send us a WordPress login and we’ll take a look.
Cheers!
ElliottHey Dominique!
Add this to your custom CSS.
.avia-gallery-thumb a:hover { opacity: 1 !important; }If that’s not working then send us a link to your page and we’ll take a look.
Best regards,
ElliottHey compasslocal!
Try using a grid row element and then add a codeblock element to the grid row and then add your code to the codeblock element. If that is not working then send us a link to your page and paste the code your using here and we’ll take a look.
Cheers!
ElliottHey Paul!
You can do this in Dashboard > Enfold > Advanced Styling. To change the background of the sub menu containers then just set a background to the sub level menu links.
Best regards,
ElliottJanuary 30, 2015 at 5:56 pm in reply to: Centered top menu – adding a text block next to logo #388378Hi Edna!
Add this to your custom CSS.
.logo, .logo a { overflow: visible !important; transform: translate(-100%, 0px) !important; } .logo:after { content: "Insert your text here"; color: white !important; position: absolute; top: -20px; left: 100px; width: 200px; }Regards,
ElliottHey Paul!
Try this out instead.
#header_meta .container * { float: none !important; width: auto !important; } #header_meta .container { text-align: center !important; }If that’s not working then send us a link to your page and we’ll take a look.
Best regards,
ElliottHi testerman7!
It would be impossible for us to know. You would need to contact whoever edited the theme before.
It’s always best to do customizations in a child theme, http://kriesi.at/documentation/enfold/downloads/, so they will be saved between updates.
If it was me I would just upload a fresh copy of the latest version of Enfold and redo the customizations in a child theme.
Regards,
Elliott -
This reply was modified 10 years, 11 months ago by
-
AuthorPosts
