Forum Replies Created
-
AuthorPosts
-
Hi!
Those links are just going to act as anchors. You need to activate it via javascript. Perhaps this answer on stackoverflow would work for you, http://stackoverflow.com/questions/14383674/how-do-i-open-a-tab-from-with-jquery-ui-tabs-from-an-link-outside-of-the-div.
Best regards,
ElliottSeptember 15, 2015 at 3:03 pm in reply to: Use of Enfold theme with SSL certificate (https://) #503381Hi!
Hmm, not sure what’s going on there. I activated the default theme though and it’s doing the same there so it doesn’t feel like a theme issue. Also, if you visit the WordPress login page with an HTTPS URL you’ll see it does the same there.
Try creating a copy of your .htaccess file and then delete it from your server and refresh your permalinks in Dashboard > Settings > Permalinks to see what happens.
Also be sure all plugins are deactivated while testing and you clear your cache.
I found this which may help, https://managewp.com/wordpress-ssl-settings-and-how-to-resolve-mixed-content-warnings.
I would contact your hosting provider again and let them know it’s not a theme issue to see what they say. You can also post in the WordPress support forums, https://wordpress.org/support/. I have not installed an SSL certificate before so I’m not sure where the problem could be coming from.
Cheers!
Elliott-
This reply was modified 10 years, 4 months ago by
Elliott.
Hey!
Which browser is it? I sent you a few in Firefox but didn’t see any issues.
Cheers!
ElliottSeptember 15, 2015 at 2:38 pm in reply to: Re-position and edit Header Phone Number/Extra Info #503359Hi!
For displaying a different, smaller logo on mobiles try this out, https://kriesi.at/support/topic/different-logo-for-mobile-version/#post-238916.
Best regards,
ElliottHi!
Your getting a javascript error from the script you have inserted in the page content.
SyntaxError: illegal character n(){jQuery('.home #av_section_6 a').attr('target','_blank');});Try removing that to see if it fixes it.
Best regards,
ElliottSeptember 15, 2015 at 2:32 pm in reply to: Color Section Background Video Not Showing on Some Mac Computers #503355Hi!
What version of MacOS are they running? Is their copy of Safari updated to the latest version? Try to have them reinstall Safari. Also have them view in Firefox to see if it’s a browser specific issue.
Regards,
ElliottHi!
If it’s only the width and the display inline-block that you are changing then the second code should work fine.
Regards,
ElliottHey Oli!
We do not have any time frames for PHP 7 but I added this to our dev queue and they will take a look when they have time. As it gets closer to maturity we may see some changes in an update for compatibility.
Regards,
Elliott-
This reply was modified 10 years, 4 months ago by
Elliott.
Hi Maik!
We can give you CSS to make it sticky but it would be displayed at all times. To get the effect your wanting some custom javascript would be required and it’s kind of complex so it would have to be considered custom work. It would be best to hire a freelancer to help you out with this customization.
Regards,
ElliottHi Jorge!
We update it every now and then after we test it. If you have purchased it from codecanyon and want to update it manually then you can copy / paste the “LayerSlider” folder in /enfold/config-layerslider/ to update the files.
Cheers!
Elliott-
This reply was modified 10 years, 4 months ago by
Elliott.
Hi mleite1!
Set the image as the background of the color section instead and set it’s background position to “bottom right” and set it to not repeat.
Cheers!
Elliott-
This reply was modified 10 years, 4 months ago by
Elliott.
Hey eberswine!
I see the price, it’s $197. Can you take a screenshot and highlight what your referring to?
Best regards,
ElliottSeptember 14, 2015 at 5:46 pm in reply to: Log in and log out link in the main menu for woocommerce #502938Hi!
Change this line.
add_filter( 'wp_nav_menu_items', 'add_loginout_link', 40, 2 );To this.
add_filter( 'wp_nav_menu_items', 'add_loginout_link', 5, 2 );Regards,
ElliottHi!
Try changing it to this.
$avia_config['imgSize']['masonry'] = 'full';And then regenerate the thumbnails again.
Cheers!
ElliottSeptember 14, 2015 at 5:33 pm in reply to: Icon List – have ordered numbers instead of icons – possible? #502931Hey youknowalex!
Add this to a codeblock element in your page content.
<style type = "text/css"> .avia-icon-list > li:nth-child(1) span::before { content: "1" !important; } .avia-icon-list > li:nth-child(2) span::before { content: "2" !important; } .avia-icon-list > li:nth-child(3) span::before { content: "3" !important; } </style>Best regards,
ElliottHi tizmik!
1. Yes, you can have sub menus and mega menu as well.
2. Yes, all of the same features are available.
3. Currently the Photography demo is the only one using the left aligned header menu.
Let us know if you have any other questions.
Cheers!
ElliottSeptember 14, 2015 at 5:27 pm in reply to: Add custom field via child theme for portfolio item #502928Hey!
Displaying in the breadcrumbs would have to be considered custom work. But to answer your question, you can use the get_post_meta() function, https://developer.wordpress.org/reference/functions/get_post_meta/, to display the custom fields.
Regards,
ElliottHi!
It depends on the customizations your trying to do but most of them can probably be done by editing the /enfold/config-woocommerce/config.php file or by using filters.
Cheers!
Elliott-
This reply was modified 10 years, 4 months ago by
Elliott.
Hi!
Yes, you can add the CSS to the child theme style.css file. As long as your using !important override it will still get applied.
Best regards,
Elliott-
This reply was modified 10 years, 4 months ago by
Elliott.
Hi!
Hmm, maybe if you set the top / bottom padding to percentages or set it to display as a table cell. Send us a link to your page and we’ll check to see if it’s possible.
Cheers!
Elliott-
This reply was modified 10 years, 4 months ago by
Elliott.
Hi mediax2014!
I tried searching for “formules” and I see the post in your screenshot but for me there is no excerpt or content displayed. Did you get it sorted? Try clearing your cache if your still seeing it.
Best regards,
ElliottHey dcashion!
Try this.
.pricing-table li { min-height: 100px !important; }If that’s not working then send us a link to your page and we’ll take a look.
Best regards,
ElliottHey!
It looks fine on my end but I do not have an iPad to test on. Can you take a screenshot and highlight what your seeing?
Best regards,
ElliottHey!
Add this to your custom CSS.
nav.main_menu, .avia-menu { display: block !important; } #advanced_menu_toggle { display: none !important; }Regards,
ElliottHi khoogteyling!
1. You can create a new page and use the blog posts shortcode there.
2. Your trying to change permalinks for posts listed on one of your pages and not others? Hmm, not sure if there is a way to do that. It would be best to hire a freelancer to help you out with that customization.
3. + 4. Use the default editor instead of the advanced layout editor for that post.
5. In the permalinks page look to the bottom and you’ll see a message that WordPress is giving you saying your .htaccess file is not writable. You’ll need to follow those instructions for manually updating the .htaccess file.
Regards,
Elliott-
This reply was modified 10 years, 4 months ago by
Elliott.
Hi!
It’s the same procedure. You can update via the Enfold settings in your dashboard or update via FTP, http://kriesi.at/documentation/enfold/portfolio-item/update-theme-files-with-ftp/.
Regards,
ElliottHey!
Sorry, I thought you were talking about the header background for some reason. Add this as well.
#mobile-advanced { background: white !important; }Cheers!
ElliottHi!
You could change line 43 in the /enfold/includes/loop-index.php file from this.
$size = strpos($blog_style, 'big') ? (strpos($current_post['post_layout'], 'sidebar') !== false) ? 'entry_with_sidebar' : 'entry_without_sidebar' : 'square';To this.
$size = 'full';Or you could edit line 118 in the /enfold/functions.php file from this.
$avia_config['imgSize']['square'] = array('width'=>180, 'height'=>180); // small image for blogsTo this.
$avia_config['imgSize']['square'] = 'full'; // small image for blogsAnd then regenerate your thumbnails with this plugin, http://wordpress.org/extend/plugins/regenerate-thumbnails/.
Cheers!
ElliottHi!
When you edit the page look to the right to see the page settings. The last setting is “Header visibility and transparency” which you can set to glassy header or transparent header (glassy is what the restaurant demo uses).
@fjhughes, Remove this from your child theme stylesheet..home #header_main .container { background-color: #fff; box-shadow: 0 8px 8px rgba(0, 0, 0, 0.3); position: relative; z-index: 99; }Best regards,
Elliott-
This reply was modified 10 years, 4 months ago by
Elliott.
Hey!
Try adding this to your .htaccess file in the sub directory.
Options -IndexesBest regards,
Elliott-
This reply was modified 10 years, 4 months ago by
Elliott.
-
This reply was modified 10 years, 4 months ago by
-
AuthorPosts
