Forum Replies Created
-
AuthorPosts
-
Hey pegasso4444!
You would have to use some CSS to add a right margin to one of your menu links. Something like this..
#menu-item-3480 { margin-right: 300px; }And then some CSS to move the logo over.
.logo { left: 50% !important; transform: translate(-50%); }Best regards,
ElliottJanuary 26, 2015 at 5:46 pm in reply to: Is it possible to have the masonry shop with categories that update the URL? #385627Hi optimalinternetlimited!
There currently is not a way to do this. As an alternative you could consider linking to the product category or create new pages and use our product shortcodes on them.
Regards,
ElliottHey Jannis95!
Try completely deleting Enfold from your WordPress theme directory and then download + upload a fresh copy from themeforest. This will ensure that you have all of the updated files.
After doing this it should say your using Enfold 3.0.7.
Best regards,
ElliottHi SJS!
1. In the Masonry Gallery options try setting the image size to “Flexible Masonry”. This way none of the images will be cropped.
2. You should use a very large image for this. Something around 1500 x 1500 should be fine.
Regards,
ElliottHey!
1. Yes you can add it in the child themes stylesheet. You may need to use the !important rule to make sure it overrides the parent styles.
2. We currently do not have a feature for that. You will need to use a codeblock element and type out the HTML for your table instead of using our shortcode.
Regards,
ElliottHey Jonn!
The business flat demo uses the transparent headers in most of it’s pages so you will want to change the transparent logo in Dashboard > Enfold > Header > Transparency Options.
Cheers!
Elliott-
This reply was modified 10 years, 12 months ago by
Elliott.
Hi sundialstudios!
Instead of using our shortcode go watch your video on youtube and click on the “Share” button and then “Embed” and copy the code it gives you. It should automatically have the “rel=0” added to the URL so the related videos do not display.
Our shortcode uses the WordPress
[embed]code and I don’t think there is a way to disable the related videos that way yet.Regards,
ElliottJanuary 26, 2015 at 5:07 pm in reply to: change title and caption of featured image in a post #385589Hi!
Try completely deleting Enfold from your WordPress theme directory before downloading + uploading a fresh copy from themeforest. This will ensure all of the theme files are updated.
Also try activating just Enfold and not your child theme.
Best regards,
Elliott-
This reply was modified 10 years, 12 months ago by
Elliott.
Hi!
I keep getting a “530 user cannot login” error.
Regards,
ElliottHey!
Are you trying to get rid of the circle icon that pops up when you hover over one of the images? If so then try adding this to your custom CSS.
.avia-slideshow-inner .image-overlay .image-overlay-inside { display: none !important; }If that’s not correct then send us a link to your page and take a screenshot highlighting what your trying to do so we can get a better idea.
Best regards,
ElliottHi!
I edited your homepage but everything seems to be displaying fine for me still. Can you take a screenshot of the problem so we can get a better idea?
@mverhoosel, No, you do not have to start over. All of your content is saved in the database and not in the theme files. Send us a WordPress login if doing the above three steps do not work.Cheers!
ElliottJanuary 25, 2015 at 7:33 pm in reply to: Flat Theme – Top section auto adjust to browser width #385168Hey Jonn!
It looks like you forgot to include your screenshot. You can upload your screenshot at imgur.com and then click on the “img” button when writing your post to insert it.
That will help us understand what your trying to do.
Best regards,
ElliottJanuary 25, 2015 at 7:30 pm in reply to: Page contents disappear when i modify with advanced layout builder #385167Hi greentea05!
Send us a WordPress login and we’ll take a look.
Cheers!
ElliottHi!
Are you and diefleishcerei the same person? Take a screenshot of your testimonial and highlight exactly what your trying to do so we can get a better idea.
Regards,
Elliott-
This reply was modified 10 years, 12 months ago by
Elliott.
Hi Eleina_Shinn!
Try adding this to your custom CSS.
#header .sub-menu .avia-menu-text { font-family: Cardo !important; }Best regards,
Elliott-
This reply was modified 10 years, 12 months ago by
Elliott.
Hey!
The offending code should have been fixed in the latest update. Are you still having the problem?
Cheers!
ElliottHi pieterpieterpieter!
You can add this to the bottom of your functions.php file.
add_filter( 'pre_get_posts', 'enfold_customization_random_search' ); function enfold_customization_random_search( $q ) { if ( $q->is_search ) { $q->set( 'orderby', 'rand' ); } return $q; }Though I’m not sure why you would want to do that. It defeats the purpose of searching.
Cheers!
ElliottHey!
Try downloading the official Chrome browser on Android. It should display fine on that.
Best regards,
Elliott-
This reply was modified 10 years, 12 months ago by
Elliott.
January 25, 2015 at 6:52 pm in reply to: How to Change Featured Image Sizes? Changing functions.php has no effect #385148Hi!
80 x 80? Where are those at? You linked us to your blog page and those images will use the “entry_with_sidebar” or “entry_without_sidebar” sizes.
Send us a link to the exact page where the images you want to change are at.
Regards,
ElliottHey!
Send us a WordPress login.
Best regards,
ElliottHi Ignazio!
Try this out.
[av_comments_list]Cheers!
ElliottHey jenvolz!
Turn on WordPress debugging and check your server error logs for any useful information.
Cheers!
ElliottHi gharding!
This would depend on what layout your using. Send us a link to your page and we’ll take a look.
Regards,
ElliottHey!
That’s actually a product category and not the regular post categories. In this case you have to use “is_product_category”. I went ahead and changed it for you.
Regards,
ElliottHey sunshineh!
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,
ElliottJanuary 24, 2015 at 7:49 pm in reply to: Masonry Element – make title static and custom text #top .av-current-sort-title #384959Hey user877!
You can change that on line 462 in /enfold/config-templatebuilder/avia-shortcodes/masonry_entries.php.
if(strpos($this->atts['sort'], 'tax') !== false) $output .= "<div class='av-current-sort-title'>{$first_item_html}</div>";Best regards,
ElliottJanuary 24, 2015 at 7:44 pm in reply to: What is the ideal dimension on image with LayerSlider WP? #384956Hi damiandodd!
There isn’t a recommended size for the LayerSlider. You can change the slider width and height in the slider settings.
Send us a link to your page and take a screenshot highlighting what your trying to do so we can get a better idea.
Best regards,
ElliottHey xyzb!
Here is the function we use, http://codex.wordpress.org/Function_Reference/get_next_post. You can display the next post in the same category or exclude certain categories but it doesn’t look like there is an option for displaying the next post based on title.
It’s going to take a lot of time and code to change it like how your wanting so it would have to be considered custom work. Feel free to create a feature request here, https://kriesi.at/support/enfold-feature-requests/, and we may see something get added in a future update.
Cheers!
ElliottJanuary 24, 2015 at 7:36 pm in reply to: Make logo in header hug left border of main content area? #384953Hi gharding!
Add this to your custom CSS.
.logo { left: -50px !important; }Regards,
ElliottHi Stéfano!
Try adding this to your .htaccess file.
Access-Control-Allow-Origin: *Regards,
Elliott -
This reply was modified 10 years, 12 months ago by
-
AuthorPosts
