Forum Replies Created
-
AuthorPosts
-
Hey!
It will work great on new browsers. What we did is override the theme’s css with a custom one and added the unique background cover property for IE browsers.
Regards,
IsmaelHi!
I’m not sure if this is possible with css alone. The css transition doesn’t allow the use of transform property yet. You might need to use jQuery to achieve what you want. Please hire a freelance developer to create the slider for you. These links might help:
http://css-tricks.com/css3-clock/
http://css3.bradshawenterprises.com/transitions/Best regards,
IsmaelHi!
Can you please give us a link to your website? You can use the WPML plugin to translate the website. You may need to manually edit the strings on the .po file and generate the .mo file using POEDIT software.
Cheers!
IsmaelOctober 24, 2013 at 6:23 am in reply to: text disappearing in a layerslider after uploading it to a page #180104Hi!
The page you provided is not available: http://indiatravelz.com/?page_id=5669
Please post the login details here and set it as a private reply. What steps did you do to insert the text that disappear? We want to recreate it when we check your site.
Regards,
IsmaelOctober 24, 2013 at 6:21 am in reply to: Remove white space between main content/sidebar and footer #180102Hey mikaelsv!
You can add this on your custom.css or Quick CSS:
.content, .sidebar { padding-top: 50px; padding-bottom: 10px; }
Adjust the bottom padding.
Regards,
IsmaelOctober 24, 2013 at 6:16 am in reply to: How to change color of enfold tabs and alternate header text #180096Hi!
If you want to change the style of a specific page or post, you can use the Google Chrome Inspect Element. Look for the unique css body class.
On the example above, the page’s unique selector is .page-id-2251 but in your case the page id is .page-id-544. We can use it to change the element within that page.
.page-id-544 .main_color .toggler, .main_color .toggle_content { background: blue; color: white; } .page-id-544 .main_color .toggler:hover { background: red; color: white; }
Best regards,
IsmaelOctober 24, 2013 at 6:11 am in reply to: Main content dissapears below 767ps wide. Can't figure out why. #180093Hey!
You can continue to add custom css modifications to your child theme’s style.css.
Regards,
IsmaelHi timfl!
You can adjust their position. Add this on your custom.css or Quick CSS:
#top .avia-post-nav { position: absolute; top: 70%; } .avia-post-prev { left: 10%; } .avia-post-next { right: 10%; }
Cheers!
IsmaelHey!
Edit config-templatebuilder > avia-shortcodes > icon.php. Replace everything in it with this code: http://pastebin.com/f8p2hKAz
You can now place a title or alt text on Font Icon with link. The hover will not show up unless you place set a link.
Best regards,
IsmaelHey!
What changes are you trying to make on the Styling option?
Did you use set the Blog on Enfold > Theme Options > “Where do you want to display the blog?” ? If yes, then you should change the Blog Style on Enfold > General Settings > Blog Style. If you add the Blog using the Blog Post element, don’t set the page as Blog on Theme Options.
Regards,
IsmaelHey!
Can you please give us a link to your website? Please add this on your custom.css or Quick CSS:
#footer .widget_nav_menu ul:first-child>.current-menu-item, #footer .widget_nav_menu ul:first-child>.current_page_item, .widget_nav_menu ul:first-child>.current-menu-ancestor { top: 0; width: auto; } .footer_color .widget_nav_menu ul:first-child>.current-menu-item, .footer_color .widget_nav_menu ul:first-child>.current_page_item, .footer_color .widget_nav_menu ul:first-child>.current-menu-ancestor { background: red; } #footer .widget_nav_menu ul:first-child > .current-menu-item > a { position: relative; margin-top: -2px !important; }
Best regards,
IsmaelHi!
I think the only solution is to upload the video on youtube or vimeo then use the Video element. Do you mind uploading the video online?
Best regards,
IsmaelHi!
Like I said “I’m not sure how we can fix this”. I’m sorry but I can’t explain it elaborately that is why I’m asking for Kriesi and Dude’s help. I searched the forum about CGI php configuration and I found few entries from a different user explaining how they fixed the same issue by changing from 5.3.27 FastCGI to 5.3.27 CGI(Stable).
https://kriesi.at/support/topic/avia-layout-builder-problems/
Regards,
IsmaelHi!
Can you please delete the entry “SAUDIQ KHAN” and create it again? I don’t know why it is inside the sort container.
Cheers!
IsmaelHi!
Can you please post the screenshot here including the login details so that every moderators can see it? Please set it as a private reply.
Best regards,
IsmaelOctober 24, 2013 at 4:42 am in reply to: Media queries and custom CSS for French translations (WPML) #180068Hi headbentdesign!
You can switch to the French language on the dashboard then place the css on Enfold > Styling > Quick CSS.
Regards,
IsmaelHi!
I’m sorry but I don’t see the green circle hover? Can you please post a screenshot?
Cheers!
IsmaelHi Tech!
Please add this on your custom.css or Quick CSS:
.fixed_header.social_header #main { padding-top: 115px; }
Cheers!
IsmaelOctober 24, 2013 at 4:29 am in reply to: Anzeigen von events Manager Einträge mit Avia Layout builder #180060Hi fertilizer!
Is this the plugin ( http://wordpress.org/plugins/events-manager/ ) you’re using ?
Cheers!
IsmaelHey!
Please remove the line break tag.
<p><label>Your Name (required)</label> [text* your-name] </p> <p><label>Your Email (required)</label> [email* your-email] </p> <p><label>Subject</label> [text your-subject] </p> <p><label>Your Message</label> [textarea your-message] </p> <p><label>[submit "Send"]</label></p>
Regards,
IsmaelOctober 24, 2013 at 4:14 am in reply to: Full Width Masonry – Display Title – Mouse Over – iPhone – iPad #180054Hey!
My bad! The code is incorrect. Please use this:
@media only screen and (max-width: 989px) { .av-caption-on-hover.av-masonry-item-with-image.av-masonry-entry:hover.av-inner-masonry-content { opacity: 0!important; } }
Or try this:
@media only screen and (max-width: 989px) { .av-inner-masonry-content.site-background { opacity: 0 !important; } }
Best regards,
IsmaelHi sky19er!
You can use a cache plugin to improve page speed and minify plugins to optimize javascript and css scripts. These are some of the common plugins that you can use:
Cache Plugin:
http://wordpress.org/plugins/w3-total-cache/
http://wordpress.org/plugins/wp-super-cache/Minify Plugin:
http://wordpress.org/plugins/bwp-minify/
Best regards,
IsmaelHi Mary!
Can you please give us a link to the actual website? We can resize the caption via Media Queries only for mobile device.
@media only screen and (max-width: 767px) { .avia-caption-title { font-size: 13px; } .avia-caption-content p { font-size: 11px; } }
Regards,
IsmaelOctober 24, 2013 at 4:05 am in reply to: Redirect from PayPal and show the sold item as "Sold" #180049Hi abedia!
1.) Create a page then insert the shortcode [woocommerce_view_order]. Go to Woocommerce > Settings > Pages > set the page as “Thanks Page”.
2.) Edit a product then go to Inventory panel. Enable the “Enable stock management at product level”. Place a stock quantity.
Regards,
IsmaelHi!
If you want to remove the featured image on the single portfolio view. You can use this on your custom.css or Quick CSS:
.single-portfolio .page-thumb { display: none; }
Best regards,
IsmaelHi Mayer!
These are the list of shortcodes from bbpress. You can actually post a single forum topic using a shortcode.
http://codex.bbpress.org/shortcodes/
Regards,
IsmaelHey!
The link is still not working. Did you try the suggestion above?
Best regards,
IsmaelHi!
I’m not sure how we can fix this. There seems to be an issue with Fast CGI and the only solution so far is to switch to 5.3.27 CGI. Sorry but please wait for Dude’s and Kriesi’s response.
Regards,
IsmaelHi Semel!
It looks exactly the same. You just need to enclose the text on a label tag. Edit the Contact 7’s example form and replace it with:
<p><label>Your Name (required)</label><br /> [text* your-name] </p> <p><label>Your Email (required)</label><br /> [email* your-email] </p> <p><label>Subject</label><br /> [text your-subject] </p> <p><label>Your Message</label><br /> [textarea your-message] </p> <p><label>[submit "Send"]</label></p>
Cheers!
Ismael -
AuthorPosts