Forum Replies Created
-
AuthorPosts
-
Hi tintin119!
You can use our blog posts shortcode with custom taxonomies. You can then select the grid layout to achieve the same look at the woocommerce products.
Cheers!
ElliottHey TheElear!
You can use any image as a background for the color section but to preserve quality on larger screens I would use something around 1600 x 800 or so. Let’s say you use an image that is 500 x 300 and the user has a screen resolution of 1920 x 1080 then the image will look very blurry.
The pasta image in the demo is 1732 x 1155.
Regards,
ElliottHey!
Thanks for posting your solution. I was just about to refer you to this, https://kriesi.at/support/topic/mega-menu-limits/, to see if that worked. :)
Regards,
Elliott- This reply was modified 10 years ago by Elliott.
Hey!
I don’t think it was a theme issue but glad you got it sorted. Let us know if you have any other questions.
Regards,
ElliottHey comkapi!
Updating to the latest version (3.0.2) should fix this problem. See here for updating, http://kriesi.at/documentation/enfold/portfolio-item/update-theme-files-with-ftp/.
If your still having the issue after updating then try deactivating all plugins to see if the error goes away.
Regards,
ElliottNovember 20, 2014 at 10:37 pm in reply to: Controlling content on Mobile in the Enfold theme #354532Hey!
Try adding this.
@media only screen and (max-width: 479px) { .avia-layerslider { display: block !important; } }
Regards,
ElliottHey svetkol!
First off do this, http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/.
And then add a class of “my_button” to your button and then add this to your custom CSS.
.my_button .avia-button { background: url("URL to your sprite") repeat scroll 0 0 rgba(0, 0, 0, 0) !important; }
Cheers!
ElliottHi!
Hmm, it should have worked. Glad you got it sorted. Let us know if you have any other questions.
Best regards,
Elliott- This reply was modified 10 years ago by Elliott.
Hi Oli!
Try using the codeblock element instead.
Regards,
ElliottHi!
It seems to be working fine on my XAMPP setup. Send us a WordPress login and we’ll take a look.
Best regards,
ElliottHi!
I’m sorry but I am having trouble understanding. I logged in was able to edit / save your pages fine with no issues.
Can you take a screenshot and highlight what is going on so we can get a better idea?
Regards,
ElliottNovember 20, 2014 at 10:07 pm in reply to: Disable permanent link from blog image and title items? #354489Hi druzes!
Your trying to remove the link from the image and title of your blog post correct? Try opening up /enfold/includes/helper-post-format.php and change line 63 from this.
$output .= " <a href='".get_permalink()."' rel='bookmark' title='". __('Permanent Link:','avia_framework')." ".$current_post['title']."'>".$current_post['title'];
To this.
$output .= $current_post['title'];
And then delete line 65.
$output .= " </a>";
Next comment out line 91 in /enfold/includes/loop-index.php.
//if($slider) $slider = '<a href="#" title="'.$featured_img_desc.'">'.$slider.'</a>';
Cheers!
ElliottHey geordiemac!
The elements that you place inside your post content are stored inside the post content (in the database). If you have hardcoded the URLs then you will need to update them manually or you can try to do a search and replace in the database to change all instances though if it was me I would just change them manually.
See here, http://codex.wordpress.org/Moving_WordPress, for more information on how to do the search / replace.
Regards,
ElliottHey!
Try adding this to your custom CSS.
#socket .social_bookmarks > li > a { font-size: 40px !important; }
Cheers!
ElliottNovember 20, 2014 at 9:35 pm in reply to: How to make the special heading align to the right #354451Hey svetkol!
First off do this, http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/.
And then add a class of “align_right” to the heading and then add this to your custom CSS.
.align_right h3 { text-align: right; }
And switch H3 with whatever heading your using.
Best regards,
ElliottNovember 20, 2014 at 9:30 pm in reply to: Acessing custom fields from Types plugin for portfolio items #354446Hey xhRK2jvC!
It would probably be easier to use the excerpt for whatever your trying to do but go ahead and send us a link to your portfolio page so we can see how your displaying your posts. You can set your reply as private if you wish.
Regards,
ElliottHey Ship-ST!
We recommend the bbPress plugin, https://bbpress.org/. It’s what we use here but with some customization.
Let us know if you have any other questions.
Cheers!
Elliott- This reply was modified 10 years ago by Elliott.
Hey!
I’m sorry but I’m still having trouble understanding. You have setup this page, http://artistandbeer.com/directorio/, and you have used the blog posts shortcode inside it to display your custom post types but your saying you do not want to display this page?
Regards,
ElliottHey!
I added the code to your Quick CSS option and it’s working.
Not sure what’s going on with the codeblock. In one of your other topics we asked you to completely delete the theme and download + upload a fresh copy. Are you sure you have done that? You seem to be having lots of weird problems and I’m not sure why.
Also try deactivating all plugins while testing.
Cheers!
ElliottHi!
@jordivpou, Make sure your using the latest version of Enfold (3.0.2) and then try deactivating all plugins to see if that helps. Be sure to clear your browser cache after updating the page.
@wekloud, You can setup the default title and breadcrumbs behaviour in Dashboard > Enfold > Header.Best regards,
ElliottHi!
You can change the image size on line 100 in /enfold/functions.php.
$avia_config['imgSize']['square'] = array('width'=>180, 'height'=>180); // small image for blogs
And then use this plugin, https://wordpress.org/plugins/regenerate-thumbnails/, to update the images.
Add this to your custom CSS to get rid of the category.
.blog-categories.minor-meta, .text-sep-cat { display: none; }
Or you can remove it in Dashboard > Enfold > Blog Layout.
Cheers!
ElliottNovember 20, 2014 at 8:34 pm in reply to: URGENT: Masonry gallery Problem with Display title and caption in Enfold v.3.02 #354425Hey GSProducts!
I’m having trouble logging in. Is the information correct?
The Masonry Gallery should have those options. Are you sure your not using the Masonry instead of the Masonry Gallery?
Regards,
ElliottHey!
It’s because they have not loaded yet. If you click on the load more button a few times and then click on the buyers guide link you will see them sorted correctly.
If you want it to do this by default then you’ll need to increase the number of posts that get shown in the shortcode options.
Cheers!
Elliott- This reply was modified 10 years ago by Elliott.
Hi DROR!
Please see here, https://kriesi.at/support/topic/enfold-new-light-box-magnific-popup-you-tube-video-urls/#post-299722.
Regards,
ElliottHi Nicola!
Try adding this to your custom CSS.
.home .logo { display: none !important; }
Best regards,
ElliottHey!
Please try Ismael’s code here, https://kriesi.at/support/topic/enfold-remove-the-fade-animation-of-icons-loading/.
Cheers!
ElliottHey!
It looks like you have set a custom width to the slide. Try setting the width to 100%. If your still having problems then send us a WordPress login and set your reply as private and we’ll take a look.
Regards,
ElliottNovember 20, 2014 at 7:26 pm in reply to: Featured image in Single author, big preview pic smaller and title above image #354400Hey!
You need to leave both the PHP customization and the CSS code in so I can see what’s going on. I don’t see the previous CSS code on your site anymore.
Try adding this along with the other CSS.
#top .fullsize .template-blog .big-preview img { width: 100% !important; }
Regards,
Elliott- This reply was modified 10 years ago by Elliott.
Hi kailibuy!
Try adding this to your custom CSS.
@media only screen and (max-width: 1300px) { #header_main_alternate { display: none !important; } #advanced_menu_toggle { display: block !important; } }
Regards,
Elliott -
AuthorPosts