Forum Replies Created
-
AuthorPosts
-
October 7, 2015 at 5:21 pm in reply to: Button for viewing next portfolio item from within portfolio item #515380
Hey!
You can add it in Dashboard > Enfold > General Styling > Quick CSS.
Or you can use a child theme, http://kriesi.at/documentation/enfold/downloads/, and add it to the child theme stylesheet.
Cheers!
ElliottHi Webshophardenberg!
What happens when you switch to the default editor instead of the layout builder?
Cheers!
ElliottHi!
The current menu class is getting set to your mega menu for some reason. Perhaps it has something to do with your duplicate post plugin. Did you use it to clone some posts / pages?
Regards,
ElliottHi jdrijver!
Your getting a few javascript errors which appear to be coming from plugins. Deactivate all of your plugins and reactivate them one by one to see which one is causing the problem.
I couldn’t figure out which version of Enfold your using. If it’s not the latest, 3.3.2, then be sure to update.
Regards,
ElliottHi!
You can add another check for English but it’s not necessary.
The numbers, 12, 13, correspond to the page IDs. You can view the IDs in Dashboard > Pages by hovering over the “Edit” link of each page. The ID will be displayed in the URL.
You can also check by the page slug as well, https://codex.wordpress.org/Function_Reference/is_page.
Cheers!
Elliott-
This reply was modified 9 years, 10 months ago by
Elliott.
Hey!
I see your using the fullscreen slider. It seems to look ok for me, it’s displaying responsively and resizing the images like normal. Can you take a screenshot and highlight what your trying to do so we can get a better idea?
Best regards,
ElliottHi!
Use this to set the weight on mobiles.
td::before { font-weight: bold !important; font-style: none !important; }
The reason the heading is getting repeated for each item is because you only have one heading set (that’s not how tables are supposed to be used), instead for what your doing a list element would be better. I would try combining the four tables into one.
Cheers!
Elliott-
This reply was modified 9 years, 10 months ago by
Elliott.
Hey!
First off try commenting it out to see if it’s actually what is causing the problem. If the errors go away then you could try surrounding it with a check so it does not get enqueued on the kuizo post types, https://codex.wordpress.org/Function_Reference/get_post_type.
Cheers!
ElliottHi!
You can find it around line 2434 in the /enfold/js/shortcodes.js file.
Best regards,
ElliottHi!
It would be something to add if you actually want to do it though. Some users may want the image to display beneath the text like the original.
Cheers!
ElliottHey!
Next time be sure to send us a link to the exact page so we know what’s going on.
I couldn’t figure out which version of Enfold your using. If it’s not the latest, 3.3.2, then be sure to update. Also be sure to deactivate all plugins while testing.
Cheers!
ElliottHi!
Send us a WordPress login and we’ll take a closer look.
Best regards,
ElliottHi!
Alrighty, let us know if you find something nice.
Regards,
ElliottHi!
I edited your “design-leuchten” page and I see the changes on the frontend. Is there a certain page your having issues with?
Cheers!
ElliottHi!
Maybe something like this would work.
add_filter(‘avf_form_subject’,’avia_change_mail_subject’, 10, 3); function avia_change_mail_subject($subject, $new_post, $form_params) { $my_current_lang = apply_filters( 'wpml_current_language', NULL ); $page12 = "Subject on page 12"; $page13 = "Subject on page 13"; if ( $my_current_lang == "de" ) { $page12 = "German title"; $page13 = "Germain title"; } if ( is_page(12) ) { $subject = $page12; } if ( is_page(13) ) { $subject = $page13; } return $subject; }
Regards,
ElliottOctober 7, 2015 at 4:20 pm in reply to: Button for viewing next portfolio item from within portfolio item #515344Hey!
Add this to your custom CSS.
#top .avia-post-nav { background: rgba(0,0,0,1) !important; }
Cheers!
ElliottHi!
Send us a WordPress login and we’ll take a closer look.
Best regards,
ElliottHi dflyons!
It’s possible but is going to take a lot of custom scripting and CSS to do that. It would be best to hire a freelancer to help you out with this customization.
Best regards,
ElliottOctober 7, 2015 at 4:12 pm in reply to: Page Atttributtes to $meta['page'][] = 'ds-idx-listings-page'; #515336Hey WSRJohn!
That is going to take a lot of time and code and would have to be considered custom work. It would be best to hire a freelancer to help you out with this customization or perhaps there is a plugin out there that has this functionality.
Best regards,
ElliottHey GeorgLudwig!
In the English Enfold settings do you have a blog page set?
Cheers!
ElliottHi codecreative!
We have our own datepicker so perhaps that’s why it’s conflicting. Thanks for posting the CSS. Please consider creating a feature request for this here, https://kriesi.at/support/enfold-feature-requests/.
Best regards,
ElliottHi wigldesign!
It’s not letting me login, is there a typo?
If your using a caching plugin then be sure to clear it’s cache.
Best regards,
ElliottHi Simijonovic!
Thanks for the request. Please consider adding it here, https://kriesi.at/support/enfold-feature-requests/.
Cheers!
ElliottHey charloschaplinnn!
Your link says no posts could be found. Please double check.
Cheers!
Elliott-
This reply was modified 9 years, 10 months ago by
Elliott.
Hi Fabian!
It looks like it’s going to take a lot of work to fix that unfortunately. I would consider looking for another plugin.
Your just trying to display a gallery? Why not use our gallery or portfolio elements?
Cheers!
ElliottHi Jacarrino!
Try saving the page as a template in the layout builder and then delete the page and recreate it. Add your elements in piece by piece and keep checking the frontend to see which one is causing the problem.
Cheers!
ElliottHi Alex!
In the Enfold settings look to the top left corner of the page and you can see a language switcher. The settings are saved differently for each language. If you want them to be identical then you can export the theme options for one language in Dashboard > Enfold > Import/Export and then import them for the other language.
Regards,
ElliottHi mrijnders!
Add this to your custom CSS.
#program h3 { min-height: 60px; }
Cheers!
ElliottHi andreasoelker!
Please try this out, https://kriesi.at/support/topic/warning-on-masonry-entries-page/#post-290676.
Best regards,
Elliott -
This reply was modified 9 years, 10 months ago by
-
AuthorPosts