Forum Replies Created
-
AuthorPosts
-
Hey!
Try deactivating all plugins and disable any extensions / plugins you have installed in Chrome.
If your still having trouble then send us a WordPress login and we’ll take a look.
Cheers!
ElliottHi!
Your using lots of HTML tags so it must be a typo or a tag that isn’t being closed properly. There is just too much code there for me to sift through which is why I suggested creating a new page and add your content in piece by piece to try and figure out where the problem is coming from.
Cheers!
ElliottHey!
Edit the portfolio grid element and set the link handling to a new post instead of AJAX.
Cheers!
ElliottSeptember 2, 2015 at 4:42 pm in reply to: Alignment help for Bar above Main Menu & Breadcrumb #497251Hey!
Yes, the button your adding is causing the problem so the CSS I posted made it thinner. You can use that, or the other CSS I posted for adding more padding to the main container. If neither of those are not satisfactory to you then take a screenshot and highlight exactly how your wanting it to look so we can get a better idea.
Best regards,
ElliottHey mellypenny!
Try adding your content above line 68 in the footer.php file.
<!-- ####### END FOOTER CONTAINER ####### --> </div>Best regards,
ElliottHey harveyparkel!
Send us a link to your page and we’ll see if we can get you some CSS to use.
Cheers!
ElliottSeptember 2, 2015 at 4:33 pm in reply to: Portfolio Not Showing + Home Page Not Showing Masonry Images #497244Hey dsdawkins!
I see them fine on my end even when refreshing the page. Take a screenshot and highlight what is going on so we can get a better idea.
Regards,
ElliottHi kvpacs!
If you force it’s height with CSS then it’s going to look scrunched up. It would be better to upload images that have more height.
Cheers!
ElliottHey pfk-kbh!
Try this out.
<ol style="list-style:lower-roman;"> <li>list item</li> <li>list item</li> <li>list item</li> </ol>See here for more info, https://css-tricks.com/almanac/properties/l/list-style/.
Cheers!
ElliottHi Dave!
Which blog style are you using? Is it this one? http://kriesi.at/themes/enfold/blog/blog-single-author-full/
Best regards,
ElliottHey kvpacs!
See here, https://theeventscalendar.com/knowledgebase/themers-guide/, and look under the “List View” section. It’s probably a tag inside list.php or one of those similar files that you need to copy and paste at the bottom of the file to duplicate it at the bottom.
Regards,
ElliottHey!
Are you just trying to get a widget area in your header? http://kriesi.at/documentation/enfold/adding-a-widget-area-to-the-header/
Why are you resetting the query? What’s the full code your using?
Best regards,
ElliottSeptember 2, 2015 at 3:36 pm in reply to: Manually update of the Enfold version 3.3 to current version 3.3.2. #497187Hi!
Hmm, I don’t know. Perhaps it has something to do with the WordPress-es_ES version your using or something wrong with your server.
Try updating via FTP, http://kriesi.at/documentation/enfold/portfolio-item/update-theme-files-with-ftp/.
Best regards,
ElliottHey Eleina_Shinn!
Anything that you can upload to youtube would work fine. You can use some existing youtube videos to play around with it and see how it looks.
Regards,
ElliottHi!
To do it manually add a grid row element or color section to your page and split it up into columns and add the special heading element inside each column.
Best regards,
ElliottHi!
I switched it to this.
add_action( 'admin_print_styles', 'enfold_customization_admin', 10 ); function enfold_customization_admin() { echo '<style type = "text/css">'; echo 'a[href="#avia_sc_button_full"] { display: none; }'; echo '</style>'; }Does it work fine now?
Regards,
ElliottHi!
Try commenting out lines 1758 – 1770 in the /enfold/css/shortcodes.css file.
@media only screen and (max-width: 767px) { .responsive #top #wrap_all .slide-entry{width:48%; margin-left:4%} .responsive #top #wrap_all .avia-content-slider-even .slide-entry.slide-parity-odd, .responsive #top #wrap_all .avia-content-slider-odd .slide-entry.slide-parity-even{margin:0; clear:both;} .responsive #top #wrap_all .avia-content-slider-odd .slide-entry.first{margin-left:0; width:100%;} .responsive avia-content-slider .slide-image img { width: 100%; } } @media only screen and (max-width: 479px) { .responsive #top #wrap_all .avia-content-slider-odd .slide-entry{margin-left:0; clear:both; width:100%;} }Or just copy that into your custom CSS and change the widths / margins with !important override.
Best regards,
ElliottHi!
If you switch to the default theme it will do the same. Your not supposed to link to template files directly like that.
Best regards,
ElliottSeptember 1, 2015 at 5:36 pm in reply to: enfold Backend auf englisch bei dt. WordPress-Version #496575Hi michierny!
See here for how to change your WordPress language, http://www.wpbeginner.com/wp-tutorials/how-to-install-wordpress-in-other-languages/. The Enfold texts will change automatically.
Best regards,
ElliottHi Nerohm!
Not sure what’s going on there. Perhaps the WordPress update did not complete successfully. 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 the above two steps do not help then I would consider loading a backup.
Cheers!
ElliottHey Mario!
Add this to a codeblock element in those pages.
<style type = "text/css"> .slideshow_align_caption h2 { font-size: 20px !important; } </style>Cheers!
ElliottHi fsefco!
You probably need to add it inside the function.
add_action( ‘ava_after_main_menu’, ‘enfold_customization_header_widget_area’ ); function enfold_customization_header_widget_area() { if(is_page(‘forums’)) {Cheers!
ElliottHi Thomas!
Add this to your custom CSS.
.home nav.main_menu a { color: red !important; } .home nav.main_menu a:hover { color: blue !important; } .home nav.main_menu .sub-menu a { color: green !important; } .home nav.main_menu .sub-menu a:hover { color: purple !important; }You can change the menu colors and hover colors for only the homepage with that.
Regards,
ElliottSeptember 1, 2015 at 5:14 pm in reply to: How to insert different background images to mega menu? #496565Hi!
Try adding this to your custom CSS.
.avia_mega_div .sub-menu { background: url("URL to your image") !important; } .avia_mega_div li, .avia_mega_div a { background: transparent !important; }I tried logging in but it’s not letting me. Is the information correct?
Best regards,
ElliottSeptember 1, 2015 at 5:08 pm in reply to: Masonry gallery loaded when loading the page (visible all the time) #496555Hey!
It’s working fine on my end. Try clearing your browser cache or view in a different browser.
Or are you trying to remove the image zoom on hover? If so then try adding this as well.
.av-masonry-entry, .av-masonry-entry *, .av-masonry-entry:hover, .av-masonry-entry:hover * { animation: none !important; transition: none !important; transform: none !important; } .av-masonry-entry .avia-arrow { display: none !important; }Regards,
Elliott-
This reply was modified 10 years, 5 months ago by
Elliott.
Hi!
It exports the database so all of the theme options will be carried over as well.
I use BackupBuddy, http://www.wpbeginner.com/refer/backupbuddy/, because it can save backups / restore them from email and other locations but it’s not free. Any backup plugin should work though, you can also reload backups manually from your cPanel or whatever software the server is using.
Regards,
Elliott-
This reply was modified 10 years, 5 months ago by
Elliott.
Hey!
If you do not see a .htaccess file in your WordPress root directory then try refreshing your permalinks in Dashboard > Settings > Permalinks. Sometimes your server does not let WordPress create one so you can also create one manually there and add the line in and save.
<FilesMatch "\.(ttf|otf|woff)$"> <IfModule mod_headers.c> Header set Access-Control-Allow-Origin "*" </IfModule> </FilesMatch>Cheers!
Elliott-
This reply was modified 10 years, 5 months ago by
Elliott.
Hey!
No idea. Maybe “function” for #2 and “avia_get_option” for #3. I would contact their support for more info.
Best regards,
ElliottHey Freek!
You can add a link there right above line 135 in the footer.php file.
</div>Best regards,
ElliottHi ckoulatsi!
No not currently. You can create a feature request here, https://kriesi.at/support/enfold-feature-requests/, and if it gets enough interest then we may see something get added in a future update.
Best regards,
Elliott -
This reply was modified 10 years, 5 months ago by
-
AuthorPosts
