Forum Replies Created
-
AuthorPosts
-
January 16, 2016 at 3:38 am in reply to: Question how to get 'Secondary Title of Painting' populated in Gravity Forms #566398
Hey condonpb!
It’s saved in the post content.
Regards,
ElliottHi neulab!
What permalink structure are you using? Try setting it to the “postname” structure and save to see what happens.
Send us a WordPress login if your still having trouble and we’ll take a closer look.
Also, you need to update Enfold to the latest version, 3.4.7. Your currently using version 3.4.3. Be sure to deactivate all plugins while testing.
Best regards,
ElliottHey PanosK!
You would have to have all of the posts on the same page then.
Another option would be to use the Masonry element with your portfolio entries. It has a “Load More” feature which the user can click to load more posts onto the page via AJAX.
Best regards,
ElliottHi Monique!
Your getting a 403 forbidden error on the /wp-content/uploads/dynamic_avia/enfold_child.css file.
Send us a WordPress and FTP login and we’ll take a closer look.
Best regards,
ElliottHi missjonesxox!
You can export your settings in Dashboard > Enfold > Import/Export and then import the demo and then import your settings again.
You would still need to delete all of the demo pages / posts you do not plan on using though.
Regards,
ElliottHi Benoit!
Not without a lot of editing. Can you send us a link to your page with a screenshot of the issue so we can get a better idea? We might be able to suggest some alternatives.
Cheers!
Elliott-
This reply was modified 9 years, 2 months ago by
Elliott.
Hey shefferz!
Add this to your custom CSS.
.av_header_glassy .header_bg { opacity: 0.3 !important; }
Best regards,
ElliottHey Pointbreakd!
Are you trying to have the magazine links open up in a new tab? If so then add this to the bottom of your functions.php file.
add_action( 'wp_footer', 'enfold_customization_magazine' ); function enfold_customization_magazine(){ ?> <script type = "text/javascript"> jQuery(document).ready(function(){ jQuery('.av-magazine-entry a').attr('target', '_blank'); }); </script> <?php }
Regards,
ElliottHey Pappasdg!
You would need some custom CSS. Send us a link to your page and we’ll see what we can do.
Best regards,
ElliottHey posty!
Our toggle / accordions should not be doing that, http://kriesi.at/themes/enfold/shortcodes/toggles-accordions/#toggle-id-1.
Are you using a plugin?
Cheers!
ElliottHi estherzqy!
Yes, you would need to use the Woocommerce plugin. You can import that demo after you install Woocommerce.
Cheers!
ElliottJanuary 16, 2016 at 3:08 am in reply to: Create a page where the whole page has a drop shadow #566378Hi Kurt!
Add this to your custom CSS.
#main { box-shadow: 0px 0px 4px black; }
Regards,
ElliottHi Ph_Bl!
Try this out, http://kriesi.at/documentation/enfold/adding-a-widget-area-to-the-header/, it will add a widget area to your header and you can drag a text widget to it.
Cheers!
ElliottHey cogitocorp!
Your getting a javascript error. Try deactivating all of your plugins and then reactivate them one by one to see which one is causing it.
Best regards,
ElliottHi cmcgrayne99!
The columns widths will go to 100% on smaller screens so the first column that is displayed on the page will display first. If you want to reverse that then you would need to have them floating right instead but that’s going to take a bunch of CSS to workout and it’s probably going to mess with other elements. It would be best to hire a freelancer to help you out with this one.
Best regards,
ElliottHey Asger!
In the layout setting when editing your page did you set the “Header visibility and transparency” to “Hide header on this page”?
Cheers!
ElliottHey goorbital!
You can select to use a sidebar or no sidebar whenever you edit the post. It’s in the “Layout Settings” on the right hand side.
Regards,
ElliottHi Poirot!
Try completely deleting Enfold from your WordPress theme directory before downloading + uploading a fresh copy from themeforest.
Also try deactivating all plugins and if your using a child theme try switching to Enfold to see if it happens there as well.
Cheers!
ElliottHey cagraphicdesign!
I don’t think you would be able to do that with CSS. It would take a bit of time and code to implement so it would have to be considered custom work. It would be best to hire a freelancer to help you out with this customization.
Cheers!
ElliottHey vailjazz!
There is an option in Dashboard > Enfold > Header > Mobile Menu for getting the mobile menu to activate at 990px for tablets. You can also use CSS to make it activate on larger screens like so.
@media screen and (max-width: 1100px) { nav.main_menu { display: none !important; } #advanced_menu_toggle { display: block !important; } }
Best regards,
ElliottHey rdadnan!
Possibly. Send us a link to your page so we can take a look. You can set your reply as private if you wish.
Regards,
ElliottHey Andrea!
Add this to the bottom of your functions.php file.
add_action( 'wp_footer', 'enfold_customization_logo_newtab' ); function enfold_customization_logo_newtab() { ?> <script type = "text/javascript"> jQuery(document).ready(function(){ jQuery('.logo a').attr('target', '_blank'); }); </script> <?php }
Cheers!
ElliottHi Epsilon_JS!
A single license covers one domain. If you want to use the theme on multiple domains then you’ll need to purchase a single license for each domain.
You can contact themeforest support for more info since they handle the licensing.
Cheers!
Elliott-
This reply was modified 9 years, 2 months ago by
Elliott.
Hey!
Can you send us a link to your page?
Best regards,
ElliottHi webdevsd!
I couldn’t tell which version of Enfold your using. Try completely deleting Enfold from your WordPress theme directory before downloading + uploading a fresh copy from themeforest. That will ensure that your using the latest version.
If you do not want to update then you can try the solutions mentioned here, https://kriesi.at/support/topic/problems-php-5-5-google-map-widget/.
Cheers!
ElliottHey aurelia_sonnentempel!
Can you send us a link to your page so we can take a look? Are you trying to make it so only the active link has a border?
Regards,
ElliottHi Andrea!
I activated Enfold instead of your child theme and it started to work fine.
Best regards,
ElliottJanuary 15, 2016 at 4:31 am in reply to: Why is there a duplicate main menu in header on mobile device? #565914Hi dpotter1972!
Can you send us a link to your page so we can take a look?
Regards,
ElliottHi gb!
You would just link to the PDF if it’s free. The user can save it to their desktop from the browser.
Or you could use a plugin such as Woocommerce to offer digital downloads but that’s a bit overkill I think.
Regards,
ElliottHi!
Perhaps this one would work then, https://wordpress.org/plugins/sticky-popup/.
Best regards,
Elliott -
This reply was modified 9 years, 2 months ago by
-
AuthorPosts