Forum Replies Created
-
AuthorPosts
-
Hey rmonis86!
Drag a codeblock element to the page and add this inside.
<style type = "text/css"> main { padding-top: 0px !important; } </style>Regards,
ElliottHey Toplak28!
Which one is the link? All I saw were links to pages. If you navigate to Dashboard > Posts > Categories you can grab the correct permalink to use.
Regards,
Elliott-
This reply was modified 10 years, 5 months ago by
Elliott.
Hey dabomb!
Try deactivating all of your plugins and view in a different browser. If your still having trouble then send us a link to your page and we’ll take a look.
Regards,
ElliottHi Miguel Angel!
That would be something to ask the plugin authors. We really have no idea without purchasing it and trying it out.
If it does have trouble with the ALB then you can always use the default editor for your products instead. I would try contacting them to see if they offer refunds if it is not compatible with a theme.
Best regards,
ElliottHey ayesroc!
You’ll want to align it to the right side of the page instead of the left. Something like this.
#header .widget { display: inline-block; padding-top: 0; position: absolute; right: 20px; top: 0; transform: none !important; }Regards,
ElliottHey druzes!
You can do this with HTML. Drag a codeblock element to your page and add this inside.
<a href = "URL to your image N2"> <img src = "URL to your image N1" /> </a>Regards,
ElliottHi Juliandaddy!
Drag a codeblock element to the page and add this inside.
<style type = "text/css"> tr > td:last-child { width: 25% !important; } </style>Best regards,
ElliottHi AnjiG!
Is this what your wanting? https://kriesi.at/support/topic/enfold-contact-form-not-sending-emails/#post-404901
Best regards,
ElliottAugust 17, 2015 at 8:33 pm in reply to: Remove layout elements per user role or all layout elements for user role #489110Hi!
If your not using a child theme then download one here, http://kriesi.at/documentation/enfold/downloads/, and then add this to the functions.php file.
add_action( 'admin_menu', 'enfold_customization_admin_css' ); function enfold_customization_admin_css() { echo '<style type = "text/css">'; echo '#avia_builder { display: none; }'; echo '</style>'; }And when you want to do some editing you can edit the file in Dashboard > Appearance > Editor and switch this line.
add_action( 'admin_menu', 'enfold_customization_admin_css' );To this.
//add_action( 'admin_menu', 'enfold_customization_admin_css' );Cheers!
ElliottHey!
Are you sure your using the grid layout? If your seeing the pencil icon then your probably using the small preview pic layout.
Send us a link to your page and we’ll take a look.
Regards,
ElliottAugust 17, 2015 at 8:26 pm in reply to: Code To Insert In Order To Show Blog Meta Elements In Blog Posts Using Avia #489108Hey!
See here, https://codex.wordpress.org/Function_Reference/the_time. You can change the format options in the function to display a different time format.
If you leave the options blank, i.e.
the_time()then it should use the format you specify in Dashboard > Settings > General.Regards,
ElliottHey philthebass!
Add this to a codeblock element in the page.
<script type = "text/javascript"> var options = { useEasing : true, useGrouping : true, separator : ',', decimal : '.', prefix : '', suffix : '' }; var demo = new CountUp("myTargetElement", 0, 2451, 0, 2.5, options); demo.start(); </script> <span id = "myTargetElement"></span>And then make sure to download the JS file and link it to it in your header.
We already have a animated numbers shortcode though, http://kriesi.at/themes/enfold/shortcodes/animated-number/.
Cheers!
ElliottHey!
Try changing this line.
if( is_single() )$layout = "sidebar_left";To this.
if( is_single() )$layout = "sidebar_right";And change the CSS to this.
.single-product .product { width: 68%; margin-right: 4%; clear: none; float: left; }If that’s not working then send us a WordPress login and we’ll take a look.
Cheers!
ElliottAugust 17, 2015 at 8:07 pm in reply to: Single post – Blog page – 'On the same topic' remove notation #489100Hey!
I’m sorry but I do not understand. Send us a WordPress login and take a screenshot of what your referring to in the admin.
Cheers!
ElliottHey kagitvs!
I tried logging in but it’s not working for me. Is the information correct?
Make sure to set your login information in the “Private Content” part of your reply. I went ahead and removed it from your post.
Cheers!
ElliottHi Freek!
Are you referring to the Masonry gallery? If your using the latest version of Enfold then you can select it to display a custom taxonomy in the shortcode options.
Regards,
ElliottAugust 17, 2015 at 7:57 pm in reply to: Enfold with Woocommerce probelems with All-Import Pro product display #489092Hey cybervise13!
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 look.
Best regards,
ElliottAugust 17, 2015 at 7:53 pm in reply to: How to display contents of an auto-generated .txt file on website? #489090Hey harmonyfm!
You would need to take the contents of your file and integrate it into Enfold. Perhaps in the header.php file.
Best regards,
ElliottAugust 17, 2015 at 7:49 pm in reply to: Video slides – define Background colour while loading video from youtube #489086Hey royaltask!
I’m not sure if there is a way to do that. I don’t see any options for it in their API, https://developers.google.com/youtube/player_parameters?hl=en.
Cheers!
ElliottHi!
It looks like you copied the code into both the parent and child theme functions.php file which is going to give you an error. Delete the code from the parent theme functions.php file.
If your still having problems then completely delete Enfold from your WordPress theme directory before downloading + uploading a fresh copy from themeforest and we’ll do the edit for you.
Cheers!
ElliottHey patschinsky!
I sent you a test email. First off do the steps listed here, http://kriesi.at/documentation/enfold/my-contact-form-is-not-sending-emails/, and let us know of the results.
Cheers!
ElliottHey!
See here for instructions, http://kriesi.at/documentation/enfold/portfolio-item/update-theme-files-with-ftp/.
Go ahead and completely delete all copies of Enfold from your WordPress theme directory and then download / upload a fresh copy from themeforest. Make sure that you extract the zip file and find the “enfold” folder inside it. That is the theme folder which needs to be uploaded.
Cheers!
ElliottHi joseph!
Perhaps this plugin will work for you, https://wordpress.org/plugins/ultimate-category-excluder/.
Best regards,
ElliottHey islandjoe1!
Go ahead and activate Enfold and we’ll take a look to see what’s going on.
Regards,
ElliottAugust 17, 2015 at 5:12 pm in reply to: Remove layout elements per user role or all layout elements for user role #489024Hi vonwelzen!
We could give you CSS to hide it for all users. To hide it for a certain user or user role you would have to do some editing to the PHP though and it’s kind of bordering on custom work. Perhaps by using this you can check if the user is an editor or not, https://codex.wordpress.org/Function_Reference/current_user_can.
Regards,
ElliottHi barrygur!
Add this to your custom CSS.
.image-overlay, .image_overlay { display: none !important; }Regards,
ElliottHi phuongbinh!
Your homepage looks fine to me. Are you trying to get a different page to display there?
Cheers!
ElliottHey Mark!
You cannot drag any widgets to those areas? If so then it’s most likely a javascript error. 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 look.
Cheers!
ElliottAugust 17, 2015 at 4:57 pm in reply to: How to remove message "Paste your AdWords Remarketing code here" #489010Hi JTV Digital!
That’s most likely coming from a plugin. Deactivate them all and reactivate them one by one to see which one is causing it.
Cheers!
ElliottHey Matt!
Drag a codeblock element to the page content and add this inside.
<style type = "text/css"> article.slide-entry img { display: none !important; } </style>Cheers!
Elliott -
This reply was modified 10 years, 5 months ago by
-
AuthorPosts
