Forum Replies Created
-
AuthorPosts
-
Thanks a lot ! it’s working ;)
Hi,
new credentials above.
Can you also check the transparent header that’s not working on mobile ? Any advice for slider in fullscreen on mobile ?
Thanks
SebastienHi,
I tried in quickcss and on custom.css, it’s not working :/
Thanks for your help ;)Hi again,
I’ve found a way to see and manage pending confirmations here : https://mailchimp.coryzue.com/
SincerlyHi,
I set-up new forms with CF7, CF7DB is working now ;)
But i have a new issue on mobile/tab rendering, the css of the child theme seems not applied :( (but working on desktop…)
i used the code below :/* contact form 7 design */ .wpcf7-form { font-family: bree-serif!important; font-size: 16px; } .wpcf7 .input-text, #top input[type="text"], #top input[type="email"], #top input[type="number"], #top input[type="tel"] { border-top: 1px solid transparent!important; border-left: 1px solid transparent!important; border-right: 1px solid transparent!important; border-bottom: 2px solid #979797; font-family: bree-serif!important; font-size: 14px; } /*bouton*/ .wpcf7 input[type="submit"]{ border-color: transparent!important; border-width: 1px !important; background-color: #ff6565 !important; color: white!important; font-family: bree-serif!important; font-size: 18px; line-height: 24px; text-align: center; }
- This reply was modified 6 years, 7 months ago by smiollis.
For the form, you used contact form 7 and an id or the avia form builder
I installed your extension cf7db and cf7 but it’s not working with your form system/builder.
Can i modify the default height To open big form in popup ?
Hey,
I mooved the website to a stronger server.
It’s faster now ;)
Thanks for all your help
SebThanks for your help !
Do you think that an external plugin will work better ? like ninja popup (https://codecanyon.net/item/ninja-popups-for-wordpress/3476479)Ok ,( i’l try to hire somebody. I was expecting a simple shotcode modification
Are you sure that there is no way to show cat instead of products ? any plug-in to suggest ?
Thanks for your helpFebruary 25, 2018 at 12:37 am in reply to: Woocommerce category list with masonry rendering. #917239Hi Basilis,
Thanks for your response ;)
It seems (for me) a basic functionnality : browse by cat and find your product…
My client is ‘ok’ to hire you (and your team) to add this function (if not in your roadmap)
Don’t you think it’s an essantial way to browse a (big) catalog ?
Best regards
SebThis reply has been marked as private.Hi Ismael,
It’s working by your way :) Thanks.
When the popup open, i have a black screen of 5sec before the loading of the page, is this normal ? can i reduce the delay ?
Thanks again for all your help ;)
SebastienHi,
I tried on quick css, on custom.css in parent and in child theme but no effect.
Thanks for your help :)
SebThanks a lot, it’s working evrywhere now !
Last thing, is there a way to disable the navigation (left and right arrow) ?
Again, many thanks guys ! your team and your themes rocks !This reply has been marked as private.Perfect ;)
Thanks a lot !Hi Ismael,
Thanks for your response ! But i’m still stuck :/
I’ve foud this btwn 540-550 :
if(!empty($cats))
{
$meta_out .= ‘<span class=”blog-categories minor-meta”>’;
$meta_out .= $cats;
$meta_out .= ‘</span>’;
}`
Tried to replace $cats by $author but it’s look not that simple :/
Thanks again for your help !
Seb- This reply was modified 6 years, 10 months ago by smiollis.
Hi Ismael,
Thanks for your response,
I tried your way on a link and in an image link, it’s not working, i have like a _blank target on my chrome browser,
I’d like to open a form in a lightbox to focus the user on the subcription process but i can’t open a page :/
Many thanks for your help ;)
Seb- This reply was modified 6 years, 10 months ago by smiollis.
Hi Rikard,
I tried this before asking, it’s not working :/
Thanks for your helpHi,
Thanks for your response but it didn’t work at this time :I Modified the functions.php file of my child theme to add :
add_filter('avia_load_shortcodes', 'avia_include_shortcode_template', 15, 1); function avia_include_shortcode_template($paths) { $template_url = get_stylesheet_directory(); array_unshift($paths, $template_url.'/shortcodes/'); return $paths; }
created the directory shortcode and copy postlider.php in it
but i can’t find the “get_the_category”
please notice that i’m in modern business blog layout- This reply was modified 6 years, 10 months ago by smiollis.
Yes Jordan
But i’d like to modify my child theme : don’t want to loose this “hack” when i update enfold ;)
Thanks- This reply was modified 6 years, 10 months ago by smiollis.
-
AuthorPosts