Forum Replies Created
-
AuthorPosts
-
November 17, 2014 at 4:02 pm in reply to: How to change the width of Blog Display and Single Post #352481
Hey simontwr!
Try adding this to your custom CSS.
.template-blog .standard-content { max-width: 1200px !important; } .template-blog .standard-content .entry-content-header { max-width: 800px !important; } .template-blog .standard-content .entry-content { max-width: 800px !important; } .entry-content-wrapper { max-width: 800px !important; } .entry-content-wrapper .entry-content-header { max-width: 800px !important; } .entry-content-wrapper .entry-content { max-width: 800px !important; }
Cheers!
ElliottHi!
Glad you got it sorted ireznek. Let us know if you have any other questions.
Cheers!
ElliottHi!
You had the country field set to “MD”. I set it to “USA” and fetched the coordinates and it is displaying fine now.
Best regards,
ElliottHi Cevik_Kuersad!
Open up /enfold/framework/php/class-framework-widgets.php and find lines 933 – 941.
echo '<div class="tab first_tab active_tab widget_tab_popular"><span>'.__('Popular', 'avia_framework').'</span></div>'; echo "<div class='tab_content active_tab_content'>"; avia_get_post_list('cat=&orderby=comment_count&posts_per_page='.$posts); echo "</div>"; echo '<div class="tab widget_tab_recent"><span>'.__('Recent', 'avia_framework').'</span></div>'; echo "<div class='tab_content'>"; avia_get_post_list('showposts='. $posts .'&orderby=post_date&order=desc'); echo "</div>";
Change it to this.
echo '<div class="tab first_tab widget_tab_popular"><span>'.__('Popular', 'avia_framework').'</span></div>'; echo "<div class='tab_content active_tab_content'>"; avia_get_post_list('cat=&orderby=comment_count&posts_per_page='.$posts); echo "</div>"; echo '<div class="tab active_tab widget_tab_recent"><span>'.__('Recent', 'avia_framework').'</span></div>'; echo "<div class='tab_content'>"; avia_get_post_list('showposts='. $posts .'&orderby=post_date&order=desc'); echo "</div>";
That will set the middle tab, “Recent”, to be open by default.
Cheers!
Elliott- This reply was modified 10 years ago by Elliott.
Hey!
It would be best to update. The only thing that will be overwritten with a theme update is customizations in the theme files.
Send us a WordPress login and set your reply as private and we’ll take a look.
Also be sure to deactivate all plugins while testing.
Regards,
Elliott- This reply was modified 10 years ago by Elliott.
Hi!
Glad you got it sorted. Let us know if you have any other questions.
Cheers!
ElliottHi!
Try adding this to your custom CSS.
.iconbox_icon:hover { background: blue !important; }
Or if you only want it done to that page then drag a codeblock element over to your page content and add this inside.
<style type = "text/css"> .iconbox_icon:hover { background: blue !important; } </style>
Best regards,
ElliottNovember 16, 2014 at 6:14 pm in reply to: How do I change the title of the blog to something else? #352084Hi connect4consulting!
Do you mean you want to change your blog page title, http://jrkasman.com/firm-advisories/, to “Firm Advisories” but have it display differently in your breadcrumbs? By default they will be the same thing as how your wanting, and when I viewed your link that is how it is displaying.
If that’s not correct then go ahead and take a screenshot highlighting what your trying to do so we can get a better idea.
Best regards,
Elliott- This reply was modified 10 years ago by Elliott.
November 16, 2014 at 6:06 pm in reply to: Username in URL of Topics / Nickname in old topics #352082Hey C_Developer!
I’m not sure about regular users but if you go to your profile, https://kriesi.at/support/profile/cambornet/, is there an edit link? If so then you should be able to change your display name there.
Cheers!
ElliottNovember 16, 2014 at 6:03 pm in reply to: Function to disable Display Everywhere widgets for specific page(s)? #352080Hi Ralph12!
The “Display Everywhere” widget area is there to make it easier for users who want the same sidebar for everything. In your case you will want to remove all of your widgets set to that widget area and create custom sidebars to use for your pages.
We can give you some CSS to hide the widgets on that specific page but it would be best to create your own sidebars.
Regards,
Elliott- This reply was modified 10 years ago by Elliott.
Hey Dominique!
Try creating your favicon as a PNG file to see if that works. Also be sure that the theme and WordPress are updated to their latest versions and all plugins are deactivated while testing.
If your still having problems then send us a WordPress login and set your reply as private and we’ll take a look.
Cheers!
ElliottHi!
You’ll need to set a sidebar to the page or if you do not wish to use a sidebar then try Ismael’s fix here, https://kriesi.at/support/topic/blog-image-on-left-of-meta-and-excerpt/.
Cheers!
Elliott- This reply was modified 10 years ago by Elliott.
Hey gloopy1!
The AJAX search returns 5 posts and it sorts them based on type so there most likely is just not enough space to view the item there. If you click on “View all results” you can see the item.
Cheers!
ElliottHi!
Try creating another separate page for your homepage and use the blog shortcode there as well. Make sure your not using any static pages in Dashboard > Settings > Reading.
Regards,
Elliott- This reply was modified 10 years ago by Elliott.
Hi!
Alrighty, let us know if you have any other questions in the meantime.
Best regards,
ElliottNovember 16, 2014 at 5:36 pm in reply to: Disable Lightbox and Open Image in a new tab for product page #352069Hey aminzainotdini!
I’m not really sure I understand correctly but it sounds like you want all of your product images to open in new tabs instead of lightbox is that correct?
If so then try adding this to the bottom of your /enfold/functions.php file.
add_filter( 'wp_footer', 'enfold_customization_product_image_newtab' ); function enfold_customization_product_image_newtab() { ?> <script type = "text/javascript"> jQuery(document).ready(function(){ jQuery('.single-product-main-image a').attr('target', '_blank'); }); </script> <?php }
Regards,
ElliottNovember 16, 2014 at 5:27 pm in reply to: different menus, depending on whether a user is logged in or logged out #352066Hi andrassberlin!
I tried your code on my XAMPP setup and it seems to be working fine. When I’m logged in only the main menu gets changed and the footer menu stays the same.
Did you try clearing your browser cache?
Cheers!
Elliott- This reply was modified 10 years ago by Elliott.
November 16, 2014 at 5:14 pm in reply to: Portfolio feature image size & portfolio item images size #352061Hi ML!
It’s 845 x 321 and it’s somewhere around 3:1. Send us a link and we’ll take a look. You can set your reply as private if you wish.
Best regards,
ElliottHi showmecables!
You would need to use a plugin to enable that functionality. I don’t know of any that I can recommend but after a google search it looks like the W3 Total Cache plugin lets you setup the media library with CDN’s, https://wordpress.org/plugins/w3-total-cache/.
There are probably other plugins out there as well.
Regards,
Elliott- This reply was modified 10 years ago by Elliott.
Hey!
Send us a link in a private reply and we’ll take a look.
Best regards,
ElliottHey flyme!
Try adding this to your custom CSS.
.big-preview { display: none !important; }
I didn’t see the featured image in your single posts though. If your still having problems with it then take a screenshot and highlight what your referring to so we can get a better idea.
Regards,
ElliottHey!
Try completely deleting Enfold from your WordPress theme directory and then download + upload a fresh copy from themeforest via FTP, http://kriesi.at/documentation/enfold/install-enfold-over-ftp/.
That will ensure you have the latest version.
Cheers!
ElliottNovember 16, 2014 at 4:54 pm in reply to: Photography Demo Not Changing Main Menu to Sidebar #352046Hey jivehealth!
It’s displaying fine on my end. Try clearing your browser cache.
Cheers!
ElliottNovember 15, 2014 at 8:26 pm in reply to: Portfolio Entries Masonry Title & Excerpt Question #351892Hey!
You need to have the title and excerpt set to always display.
You can keep adding CSS to style the excerpt to get it to display like how your wanting.. something like this.
.av-inner-masonry:hover .av-masonry-entry-content { display: block; position: absolute; top: -50px; left: 0px; width: 80%; }
etc etc, but really what your trying to do is not going to work great on mobile devices and to make it do what your wanting would take a lot of troubleshooting and scripting which is why I said it’s bordering custom work.
Regards,
ElliottHi mtmfx!
You can insert our video shortcode into the post and it will automatically be picked up in the blog layout when using the video format.
See here for our documentation, http://kriesi.at/documentation/enfold/.
Cheers!
Elliott- This reply was modified 10 years ago by Elliott.
Hey christinfj!
Try adding this to your custom CSS.
@media only screen and (max-width: 479px) { .responsive .logo a, .responsive .logo img { max-width: 80% !important; } .av-content-full h1 { font-size: 50px !important; } }
Regards,
ElliottHey dghwebsite!
Deactivating all of your plugins should fix that. Reactivate them one by one to see which one is adding the form.
Cheers!
ElliottHey Alex!
A lot of your elements have a height setting of 100% for some reason. Setting them to auto will fix it but can you send us a WordPress login so we can try and figure out why that is happening? You can set your reply as private.
Cheers!
ElliottHey jropchan!
Try adding this to your custom CSS.
.avia_transform .av_font_icon{ opacity: 1 !important; -moz-transform:scale(1) !important; -webkit-transform:scale(1) !important; -ms-transform:scale(1) !important; transform:scale(1) !important; }
Best regards,
ElliottHi!
Thanks for posting your solution. Let us know if you have any other questions.
Best regards,
Elliott -
AuthorPosts