Forum Replies Created
-
AuthorPosts
-
Hi!
Yeah, it looks like it’s because your using the headings on the left hand side. Try this CSS out.
td::before { display: none !important; } th { display: block !important; }
Regards,
ElliottJanuary 12, 2016 at 4:18 am in reply to: Would like to view filtered images ONLY (instead of entire portfolio) #563651Hi!
Add this.
.current-menu-item a, .current-menu-item span { margin-top: 0px !important; padding-top: 3px !important; } @media screen and (max-width: 767px) { .menu-portfolio-sorting-container { display: none !important; } }
Regards,
ElliottHi!
No, not that I know of.
Best regards,
ElliottHi!
Hmm, I’m sure it was working before but now it’s not for some reason. Go ahead and update Enfold to the latest version, 3.4.7, and let us know when your done.
Regards,
ElliottJanuary 12, 2016 at 3:22 am in reply to: Change the mobile breakpoint of some grids in one page #563640Hey piemoo!
Try adding this to your custom CSS.
@media only screen and (min-width: 767px) and (max-width: 640px) .responsive #top .container .av-content-small, .responsive #top #wrap_all .flex_column, .responsive #top #wrap_all .av-flex-cells .no_margin { margin-bottom: 0px !important; width: 50% !important; }
Cheers!
ElliottHey haydaw!
You could try using this function to display the date, http://codex.wordpress.org/Function_Reference/get_the_date.
If you want it above the post title then you’ll probably want to try adding it right above line 209 in the /enfold/includes/loop-index.php file and surround it with this.
if ( is_single() ) { }
Cheers!
ElliottHi KVSchneppenheim!
I couldn’t figure out what version of Enfold your using. If it’s not the latest, 3.4.7, then be sure to update. Also try deactivating all plugins while testing.
If that does not help then try refreshing your permalinks to the “postname” setting in Dashboard > Settings > Permalinks. If that does not help then try deleting your .htaccess file and refresh them again.
Best regards,
ElliottHey Pas7o!
Hmm, I suppose it might be possible to use CSS to set each list item individually to have a background but that would be a lot of work. If it was me I would just use the columns to add the images to the left and text on the right to create your own.
Best regards,
Elliott-
This reply was modified 9 years, 2 months ago by
Elliott.
Hey flymotions!
When you set the featured image there will be a small checkbox display beneath it for disabling it on the single post view. You can check that to disable it and then insert your own in the layout builder if you want them to be different.
Regards,
ElliottJanuary 12, 2016 at 3:08 am in reply to: Space between columns changes, when switching from equal to individual height #563632Hi Stephan!
Send us a link to your page so we can take a look. You can set your reply as private if you wish.
Cheers!
ElliottHey saraclementdk!
I viewed your link but I don’t see a menu anywhere. Are you referring to the woocommerce shop icon?
Take a screenshot and highlight your intentions so we can get a better idea.
Regards,
ElliottHey Vadim_AV!
You can see how to call it around line 80 in the /enfold/js/avia.js file. It is pretty complex though so it would be best to hire a freelancer to help you out with that customization.
Cheers!
ElliottHi Desdichado!
So it happened after you updated some plugins? What happens when you deactivate all of your plugins?
Best regards,
ElliottHi webmanu!
Use our image element for this in the “Media Elements” tab in the layout builder.
In the image settings you can set the link to open up in lightbox or do nothing at all.
Regards,
ElliottHey Gallop_Web!
Try adding this to your quick css.
@media print {
img { display: none !important; }
}Best regards,
ElliottHey darneson!
We do have a page preload effect. You can turn it on in Dashboard > Enfold > Theme Options. Make sure your using the latest version of Enfold, 3.4.7.
Best regards,
ElliottHi flippingrocks!
Is that a category? A parent page? Go ahead and send us a link to your page so we can take a look.
Cheers!
ElliottHey obimedia2!
You can do that in Dashboard > Settings > Discussion.
Best regards,
ElliottJanuary 12, 2016 at 2:43 am in reply to: Blog Posts content element pagination is not working after WordPress Update. #563621Hey mblake11!
It looks like your using Enfold 3.0.4. You’ll need to update to the latest version, 3.4.7.
See here for updating via FTP, http://kriesi.at/documentation/enfold/portfolio-item/update-theme-files-with-ftp/.
Cheers!
ElliottHey swissfilm!
It seems to look fine on my end. Can you take a screenshot and highlight what your seeing?
Best regards,
ElliottHey gofthet!
When I view your link there are only two menu items so I’m not really sure I understand what your trying to do.
Can you highlight in your screenshot your intentions?
Best regards,
Elliott-
This reply was modified 9 years, 2 months ago by
Elliott.
January 12, 2016 at 2:39 am in reply to: Odd look on fullwidth easy slider on home page/mobile site? #563615Hi hylandgraphics!
Try adding this to your custom CSS.
@media only screen and (max-width: 479px) .responsive #top .slideshow_caption .slideshow_inner_caption h2.avia-caption-title { font-size: 10px !important; }
Cheers!
ElliottHey keydeelang!
Try this out, https://kriesi.at/support/topic/enfold-update-4/#post-537880.
Cheers!
ElliottJanuary 12, 2016 at 2:34 am in reply to: Blog post page limit ends up in duplicated posts on every page #563610Hi El_Chapo!
It looks like your using Enfold 3.0.4. You’ll need to update to the latest version, 3.4.7.
See here for updating via FTP, http://kriesi.at/documentation/enfold/portfolio-item/update-theme-files-with-ftp/.
Regards,
ElliottHey Peter!
Try adding this into a codeblock element in the page.
<style type = "text/css"> .grid-content { display: none; } article:hover .grid-content { display: block; } </style>
Cheers!
ElliottHi Clivaria!
I’m not familiar with the nokia lumia. Is it an Android phone? If so then make sure to download the official Chrome browser.
Regards,
ElliottHey SynergyLanguageServices!
Add this to your custom CSS.
@media screen and (max-width: 767px) { .avia-caption-content, .avia-slideshow-button { display: none !important; } }
Cheers!
ElliottHey misterwoodman!
It does the same in the default theme?
Make sure your using the latest version of Enfold, 3.4.7, and deactivate all plugins while testing.
If your still having issues then send us a WordPress login and turn on WordPress debugging.
Best regards,
ElliottHey tlchase!
Add this to your custom CSS.
@media screen and (max-width: 1130px) { #advanced_menu_toggle { display: block !important; } nav.main_menu { display: none !important; } }
Cheers!
ElliottHi BigBossMedia!
It looks like your getting a 500 internal server error on them for some reason.
Try turning on WordPress debugging and check your server error logs to see if there is any useful information in there.
Cheers!
Elliott -
This reply was modified 9 years, 2 months ago by
-
AuthorPosts