Forum Replies Created
-
AuthorPosts
-
Hi,
sit below the footer and not atop of it
I thought that you wanted the opposite. Yes, you can adjust the z-index.
Best regards,
IsmaelHi,
Thanks for the update.
This code overrides that css modification.
.sidebar .widget a { color: #011424; }
Did you add that? You can adjust the css code a bit, so it takes priority.
.sidebar .widget .current-cat a, .sidebar .widget .current-cat .children li a { color: orange !important; }
Best regards,
IsmaelHi,
I see. I thought it’s a GDPR checkbox same as what OP reported here:
Sometimes we recieve “blank” emails from the form with just “I accept terms & conditions: false” (the GDPR checkbox).
Did you add any custom filters for the email message?
Best regards,
IsmaelNovember 19, 2018 at 5:23 am in reply to: Einstellung – MyEnfold Child Theme Optionen und Customizerbereich futsch #1034997Hi,
Again, the theme options are stored in the database and you can import those options from the Enfold > Import / Export panel. If you want to create a database backup, you can choose one of the following plugins.
// https://wpbuffs.com/backup-and-restore-plugins/
Best regards,
IsmaelHi,
The product in the subdomain is set to the default editor because it doesn’t have the required post meta entries such as “_aviaLayoutBuilderCleanData” and the shortcode tree. How did you import the products? You may need to set th ebuilder status to “active” manually.
// https://kriesi.at/support/topic/adding-pages-using-the-wordpress-rest-api/#post-1032812
Best regards,
IsmaelHi,
The recaptcha button is displaying now but there’s a ” Invalid key type” error. Are you sure that those keys are from v3? And did you add the domain in the list?
Best regards,
IsmaelNovember 19, 2018 at 3:48 am in reply to: Bild leicht vergrößern und Bild mit Link fubktioniert in Version 4.5 nicht mehr #1034987Hi,
Thanks for the info.
I’ll forward that to the dev team.UPDATE: I just realized it was changed due to a reported bug on Safari where the image overflows outside a circle image.
// http://i.imgur.com/OhJGFOg.jpg
You can always override that css code on the Quick CSS field or the style.css fiel if you don’t want the image to overflow outside the “grow” container.
Best regards,
IsmaelHi,
I adjusted the code a bit. The header becomes transparent when the screen width is less than 989px.
.responsive.html_mobile_menu_tablet.html_header_top #top #main { margin-top: -80px; } .responsive #top #wrap_all .container { width: 85%; max-width: 85%; margin: 0 auto; padding-left: 0; padding-right: 0; float: none; }
Best regards,
IsmaelHi,
You may have to manually extract the header’s html code because the subdomains are not using WordPress.
// https://pastebin.com/ybi7JLdm
The header styles are located on separate stylesheets inside the theme’s css folder.
Please note that we can only provide support for theme specific issues. You need to hire someone else for this one. Please contact our partner, Codeable.
// https://kriesi.at/contact/customization
Best regards,
IsmaelHi,
Thanks for the update. This thread might help:
// https://kriesi.at/support/topic/error-enfold-4-5/#post-1027390
Best regards,
IsmaelNovember 19, 2018 at 3:20 am in reply to: Enfold 2017 Demo layerslider template accidentally removed #1034979Hey sebastiaan,
Thank you for using Enfold.
You can import these files in the layer slider panel.
// https://ufile.io/yp89n
// https://ufile.io/qwznxBest regards,
IsmaelHi,
@ZorgSaam: Looks like you’ve managed to add the “menu” text on mobile view. We’ll close the thread now. Please feel free to open a new one if you need additional help.Best regards,
IsmaelHey iosxpert,
Thank you for using Enfold.
Where is the style.css file? That’s a screenshot of a js file.
You can move the css modifications on both languages’ Quick CSS field as a temporary fix.Best regards,
IsmaelHi,
Where exactly do you want to put the button? If you want to place it beside the copyright text, look for this code:
<span class='copyright'><?php echo $copyright . $kriesi_at_backlink; ?></span>
The footer.php file in the child theme is going to be prioritized, so any changes in the parent theme’s footer.php file upon update will not be seen. It’s nothing to worry about though, because that particular file is rarely adjusted.
Best regards,
IsmaelHi,
Yes, it will probably override the custom css modification. Do you have a test page where we can check this? You can also use additional css media queries to adjust the font size on mobile view.
Best regards,
IsmaelNovember 16, 2018 at 12:38 pm in reply to: How can I put in the Google Captcha in the Enfold contact form #1034423Hey!
Thanks for the update.
Can you give us access to the dashboard and your file server? I would like to test the new scripts. Please provide the WP and FTP details in the private field.
Best regards,
IsmaelHi,
Thanks for the update. Please open a new thread when you encounter the issue again. We’ll close the thread now.
Best regards,
IsmaelHey minogig,
Thank you for using Enfold.
The screenshot are displaying two different products. Do you have a screenshot of the same products from different domains? Or just provide links to those products so that we can check them directly. I tried to access the dashboard but the login credentials above are not working.
Best regards,
IsmaelNovember 16, 2018 at 12:25 pm in reply to: Mobile menu can't close – where can I find the code? #1034411Hey CDuyvis,
Thank you for using Enfold.
The mobile menu is generated via javascript. You can find that function in the js > avia.js file. Look for the “avia_hamburger_menu” function.
Best regards,
IsmaelHey!
@coluber: Open a new thread and provide the site url with the login credentials. We’ll check it there.Best regards,
IsmaelHey SomosOtroConcepto!
I replied here: https://kriesi.at/support/topic/contact-form-sending-empty-emails/#post-1034322
We can continue on this thread if you want. FYI, I already set the validation of the checkbox element to “Is not empty”.
Best regards,
IsmaelHi,
A calendar box will open when you click the date input field. You can also type in the date manually.
Best regards,
IsmaelHi,
It’s actually there but the icon color is the same as the header background. Try this code on the Quick CSS field:
@media only screen and (max-width: 767px) { #top #menu-item-search { z-index: 100; color: #fe02a6; } }
Best regards,
IsmaelHi,
That is the default pattern of the twitter share button. The url parameter contains the shortlink instead of the post permalink. You can change that with the “avia_social_share_link_arguments” filter.
Example:
add_filter('avia_social_share_link_arguments', 'avia_add_social_share_link_arguments', 10, 1); function avia_add_social_share_link_arguments($args) { $permalink = get_the_permalink(get_the_ID()); $args['twitter']['pattern'] = 'https://twitter.com/share?text=[title]&url=' . $permalink; return $args; }
Best regards,
IsmaelHey mike.rav,
Thank you for using Enfold.
I’m not really sure why that thumbnail changes color but you can change it’s default size from the Settings > Media panel. Adjust the size of the medium thumbnail. You need to regenerate the thumbnails after the adjustment.
// https://wordpress.org/plugins/regenerate-thumbnails/
Best regards,
IsmaelHi,
Thank you for using Enfold.
This might help: https://kriesi.at/support/topic/contact-form-sending-empty-emails/#post-1034322
Best regards,
IsmaelHi,
You have to set the checkbox element’s “Form Validación del formulario / Element Validation” to “Que no esté vacío / Is not Empty”. Users can send the form because the checkbox has no validation.
Best regards,
IsmaelHi,
@ERS: Please create a new thread and provide the site url with the login credentials. Make sure that the site is running on Enfold v4.5 and that the Appearance > Editor panel is accessible.
Best regards,
IsmaelHi,
The theme has its own global element called “Page Content”. It will render the content of a particular post or page. Have you tried that? Unfortunately, I’m not familiar with the Repeatable Plugin. You may need to contact the plugin author for additional help.
Best regards,
IsmaelHi,
I just created two containers with the specified class attributes and place the texts inside.
<div class="tribe-events-single-event-title">Closed</div> <div class="tribe-events-month-event-title"><a href="#">Library Closed</a></div>
Try to replace the “DOMContentLoaded” event with “load”.
Best regards,
Ismael -
AuthorPosts