Forum Replies Created
-
AuthorPosts
-
Hi!
It’s not the page but the elements, some of them like buttons and icon boxes have that effect when the Page loads.
Best regards,
JosueHi!
Add !important to the code:
h1, h2, h3, h4, h5, h6 { font-family: “Helvetica Neue”, Arial, Verdana, sans-serif !important; }
Regards,
JosueOk, reply back to this topic when you are done.
Regards,
JosueHey!
Now a 404 Hostgator page is returned.
Cheers!
JosueHey!
Use a Shortcode like this instead:
[video src="VIDEO_URL" width="640" height="360" poster="PUT_THUMBNAIL_URL_HERE"]
Regards,
JosueHey!
Your website is displaying a domain registrar landing page.
Cheers!
JosueHey!
Try adding this code to the Quick CSS:
.avia-video { margin-bottom: -30px !important; }
Cheers!
JosueHi!
You can edit how the Menu looks in Appearance > Menu.
Regards,
JosueHi!
I was able to add a Product Grid to the Homepage and edit it afterwards without issue, please take a look:
http://screencast.com/t/WiIZWU2dqORegards,
JosueFebruary 10, 2014 at 7:04 pm in reply to: want another page to become the frontpage – old frontpage wont change to new #221800Hi,
Can you create an administrator account and post it here as a private reply?
Regards,
JosueHi,
Try adding this at the end of js/avia.js:
jQuery(function() { jQuery(".avia-team-member").each(function() { var theHref = jQuery(this).find("a.avia-team-icon").attr("href"); jQuery(this).on("click", function(){ document.location.href = theHref; }); }); });
Then add this to the Quick CSS too:
.avia-team-member:hover{ cursor: pointer; }
Regards,
JosueHey!
Try adding this code to the Quick CSS:
#top .avia-smallarrow-slider .avia-slideshow-arrows { left: 0 !important; right: 0 !important; margin: 0 auto; display: block; } #top .avia-smallarrow-slider .avia-slideshow-arrows .prev-slide { left: -200px !important; } #top .avia-smallarrow-slider .avia-slideshow-arrows .next-slide { right: -150px !important; } .avia-slideshow-arrows a:before{ background: #fd9192; }
Cheers!
JosueHey Andy!
I noted that too, here’s a workaround, set up a table like this:
Then add this code to the Quick CSS:
.avia-table .pricing-table-wrap:nth-child(2) { display: none; }
If that affects other tables please post a link to your website.
Cheers!
JosueFebruary 10, 2014 at 12:02 am in reply to: Customizing for a blog (Header, feature image, social buttons) #221450Hey Tina!
This website has Sentence active, please activate Enfold and apply the changes Yigit provided so we can continue with the next ones.
Cheers!
JosueHi Julien!
Create two custom link in the Menu (both sites) and put them a class of .flag-x and .flag-z. after you done that reply back to this topic so we can try to add the flags with CSS, also provide us with the images you want to use as flags.
Regards,
JosueHey Tomas!
1. Is possible but that requires a heavy theme customization and unfortunately that’s out of the scope of the support we can offer.
2. Add this code to the Quick CSS:
.avia-slideshow-controls a{ opacity: 1 !important; }
Cheers!
JosueFebruary 9, 2014 at 11:53 pm in reply to: Odd spacing in IE8 above LayerSlider and Color Section #221446Hi,
Can you post the link to your website please?
Regards,
JosueYou are welcome, glad we could help :)
Regards,
JosueFebruary 9, 2014 at 11:16 pm in reply to: want another page to become the frontpage – old frontpage wont change to new #221442Hi!
Have you set the frontpage in the Enfold theme options too?
Regards,
JosueHey!
Try adding this code to the Quick CSS:
@media only screen and (max-width: 767px) { #top #main .single-product-main-image .sidebar, #top #main .single-product-main-image .inner_sidebar { display: none; } }
Cheers!
JosueYou are welcome, glad we could help :)
Regards,
JosueHey!
Try pre-fixing the Page ID to the CSS selectors you are using, for example, for the How page:
.page-id-1212 table{ ... }
And for the Pricing one:
.page-id-1167 table{ ... }
Best regards,
JosueHi!
It may, can you post a link to your website?
Best regards,
JosueHey!
It happens because some of the images don’t have a same aspect ratio, try uploading them with homogeneous width and height.
Cheers!
JosueYou are welcome, glad we could help :)
Regards,
JosueHey!
The code has a typo (it happens when you copy and paste the code), please re-write manually the part that says “C.V.”.
content: "C.V." !important;
Cheers!
JosueHey!
I know, but that’s the starting point, the centering will be done via CSS.
Cheers!
Josue -
AuthorPosts