Forum Replies Created
-
AuthorPosts
-
September 27, 2017 at 4:40 pm in reply to: Enfold CSS kills mobile responsiveness of ThriveThemes landing page #857598
Hey MaxEnth,
Unfortunately we are very limited to the support we can provide for issues involving third-party plugins as Enfold does not guarantee compatibility with them all.
Best regards,
Jordan ShannonHey dillionline,
This has to be done via css by adjusting the border-radius of the element, as well as its height x width.
Best regards,
Jordan ShannonSeptember 27, 2017 at 4:34 pm in reply to: Don't display author link at all in my source code #857595Hi,
No problem, I’m glad you were able to be helped. If you need additional help, please let us know here in the forums.
Best regards,
Jordan ShannonHey Simplify,
This is generally because SWF is considered and unsecured source. Must the files be .swf or can they be converted to another format?
Best regards,
Jordan ShannonHey Claudio,
I would say you are safe to upgrade, but as always please make sure you back-up everything prior to doing so.
Best regards,
Jordan ShannonHi,
Please allow me to get my teammates thoughts on this issue.
Best regards,
Jordan ShannonHi,
Please attempt the following: Set the Header > Menu and Logo Position settings to “Logo center, Menu below’. Add a right margin to the menu item beside the logo and move the menu container upwards with the following css code.
#menu-item-77 { margin-right: 100px; } #header_main_alternate { z-index: 2; top: -60px; border: none; }Adjust the “#menu-item-77” selector to the id of the menu item located at the left side of the logo.
Best regards,
Jordan ShannonSeptember 27, 2017 at 4:09 pm in reply to: Where to find the file "php.ini" (max_input_vars) to Enfold Menu Item Limit #857577Hi,
You may have to create it then the info on how to do so can be found via google. Also, please see the following which shows a brief explanation on how to create one: http://www.wpbeginner.com/wp-tutorials/how-to-increase-the-maximum-file-upload-size-in-wordpress/
Best regards,
Jordan ShannonSeptember 27, 2017 at 4:06 pm in reply to: Don't display author link at all in my source code #857573Hi,
Yes it you would need to create an /includes folder in the child directory and save the file within that folder.
Best regards,
Jordan ShannonHey Catty47,
Within the tab options, for vertical alignment, have you made sure to select “TOP”?
Best regards,
Jordan ShannonSeptember 27, 2017 at 4:01 pm in reply to: Preview for Easy Property Listings and Enfold – pulling in listing twice #857567Hey sensiblekaren,
Are you using a separate plugin for the listing function?
Best regards,
Jordan ShannonHey milanissimo85,
This would have to be handled via JavaScript if/else logic which goes beyond the scope of support here in the forums. We do offer freelance services which would be able to help you http://kriesi.at/contact/customization
Best regards,
Jordan ShannonHi,
I’m glad you were able to get this corrected. If you need additional help, please let us know here in the forums.
Best regards,
Jordan ShannonHi,
Try adding the following to quick css:
.av-masonry-entry-title.entry-title { font-size: 20px !important; }Best regards,
Jordan ShannonHey theovh,
Are you saying the slider is not displaying? Please provide a link to the site in question.
Best regards,
Jordan ShannonHey felixl,
You would want to use media queries to apply the justified style to mobile as well:
@media only screen and (max-width: 767px) {
/*your text styles*/
}Best regards,
Jordan ShannonSeptember 27, 2017 at 3:50 pm in reply to: Where to find the file "php.ini" (max_input_vars) to Enfold Menu Item Limit #857551Hey bishstan,
The php.ini should be in the wp-admin directory, if it isn’t just create it and then define whats needed, by default it should contain. Same with htaccess.
Best regards,
Jordan ShannonHey evivecare,
Enfold comes with a bundled version of LayerSlider. In order to update, you would need to purchase a separate licensed version from Envato.
Best regards,
Jordan ShannonHey Picante,
So you would like the logo in between the navigation links?
Best regards,
Jordan ShannonHey Robert Cain,
You can add as many links as you need. As for if it has ALL the features you need, that is extremely broad. What can be promised is that Enfold offers a robust set of features out of the box and like all WordPress based themes, can be customized further based on your coding and design knowledge. We have a multitude of demos available for you to see Enfold in action.
Best regards,
Jordan ShannonHi,
Try adding the following to quick css and adjust the color to whatever you need:
.avia-slideshow, .avia-slideshow * { overflow: visible !important; } .avia-caption, h2.avia-caption-title { bottom:-70px !important; color:red!important;} h2.avia-caption-title { padding:0px 10px!important; color:red!important}Best regards,
Jordan ShannonHi,
I apologize that this is still giving you issue, but the profane response won’t be tolerated as we are trying our best to help.
Best regards,
Jordan ShannonHi,
If you currently have custom text styles in your quick css or custom.css please wrap it within the following:
@media only screen and (min-width: 1024px){ /*your current custom text styles*/ }Essentially what this does is applies the custom text style to desktop an the responsive text style to mobile
Best regards,
Jordan ShannonHi,
Do you have any other custom code in functions.php at the moment. Also, if you update any other file, do you receive the 404 error?
Best regards,
Jordan ShannonHi,
I would suggest to leave the layout as is, as it is best for user readability.
Best regards,
Jordan ShannonHi,
Great! I’m glad to hear you got this working. If you need additional help, please let us know here in the forums.
Best regards,
Jordan ShannonHi,
Apologies for the amount of time this is taking to solve, but it is uncommon. We have seen users recently with that error message, however, the map still displays. Can you check if the following block is in your functions.php file and if so please remove it:
function ava_googlemaps_apikey() { $prefix = is_ssl() ? "https" : "http"; wp_deregister_script('avia-google-maps-api'); wp_register_script( 'avia-google-maps-api', $prefix.'://maps.google.com/maps/api/js?key=AIzaSyAidX34J-pkIHmOUFdVrt05MpzDHz-VZUk', array('jquery'), '3', true); wp_enqueue_script('avia-google-maps-api'); } add_action('init', 'ava_googlemaps_apikey');Best regards,
Jordan ShannonHi,
Try adding the following to quick css:
.select.is_empty option{ color:#000000!important; }Best regards,
Jordan ShannonHi,
Please provide a link to the page/site in question.
Best regards,
Jordan ShannonHi,
No problem. If you need additional help, please let us know here in the forums.
Best regards,
Jordan Shannon -
AuthorPosts
