Forum Replies Created
-
AuthorPosts
-
October 29, 2013 at 12:07 am in reply to: will i lose Seo ranking if i change my existing theme into Enfold? #181882
Hi judetsai!
I don’t think so, perhaps you may want to tweak some heading tags in order to keep the same structure, can you post a link to your actual website?
Best regards,
JosueHey!
Select the slider you want to edit, then look for the specific layer and edit it.
Please take a look at this video:
Cheers!
JosueHi!
Add this code to the Quick CSS:
.MagicZoom .image-overlay { display: none !important; }
Best regards,
JosueHi!
I guess you are referring to the LayerSlider, you can change its contents here (LayerSlider WP > All Sliders):
Regards,
JosueOctober 28, 2013 at 11:24 pm in reply to: Big trouble creating a link from an image to .exe file #181862Glad we could help, let us know if you have any more questions or issues :)
Regards,
JosueWhat exactly you want to change?
Cheers!
JosueHi,
Can you post the link to your website please?
Regards,
JosueOctober 28, 2013 at 11:08 pm in reply to: Big trouble creating a link from an image to .exe file #181852Oh, i forgot you must add the .class logo the hyperlink:
echo "<a href='http://visionitsystems.ltd.uk/visionIit.exe' class='logo'><img src='http://visionitsystems.ltd.uk/wp-content/uploads/2013/10/visionitlogo.png'></a>";
Cheers!
JosueOctober 28, 2013 at 10:57 pm in reply to: Change bg color and font of DROP DOWN MENU ONLY, not the main menu. #181844Hi!
That would be font-size:
#menu-main-menu .sub-menu li a { background: #FFF; color: #261233 !important; font-family: "Georgia"; font-size: 16px; }
Best regards,
JosueOctober 28, 2013 at 10:57 pm in reply to: Big trouble creating a link from an image to .exe file #181843Hi!
You need to use the full path: http://visionitsystems.ltd.uk/wp-content/uploads/2013/10/visionitlogo.png
Best regards,
JosueOctober 28, 2013 at 9:17 pm in reply to: Change bg color and font of DROP DOWN MENU ONLY, not the main menu. #181808Hi!
Adding this, another selector:
#menu-main-menu .sub-menu li:hover a { background: red; color: white !important; }
Regards,
JosueOctober 28, 2013 at 9:07 pm in reply to: Change bg color and font of DROP DOWN MENU ONLY, not the main menu. #181801Hi!
You can add the font-family property o it:
#menu-main-menu .sub-menu li a { background: #FFF; color: #261233 !important; font-family: "Georgia"; }
Cheers!
JosueOctober 28, 2013 at 8:24 pm in reply to: Change bg color and font of DROP DOWN MENU ONLY, not the main menu. #181785Hey optizign13!
This will do it (add it to Quick CSS):
#menu-main-menu .sub-menu li a { background: #FFF; color: #261233 !important; }
Regards,
JosueHi Saundra,
Can you create an administrator account and post it here as a private reply?
Regards,
JosueHi,
Can you post the link to your website please?
Also, what version of IE specifically?
Regards,
JosueHi Nima!
It could be a workaround, however there are better solutions, please take a look: http://css-tricks.com/forums/topic/show-different-nav-menu-on-specific-pages-wordpress/
Best regards,
JosueHi!
It isn’t loading any lightbox on my end, it is working as a direct link.
Best regards,
JosueHi!
Add this to the Quick CSS:
#avia-menu li:hover a { background: #DFDFDF; }
Cheers!
JosueHi,
Can you post the link to your website please? Also, what color you want to have as a the background?
Regards,
JosueHello Nima!
It is possible but that would require a deep customization, and that is beyond the scope of the support we can offer. If you really need it try hiring a freelancer for the job.
Cheers!
JosueHej Karolina!
This will do it:
.big-preview{ display: none !important; }
Also, if you want to have your changes preserved when updating the theme you may want to use a Child theme.
Cheers!
JosueOctober 28, 2013 at 7:32 pm in reply to: Big trouble creating a link from an image to .exe file #181739Hi!
Sure, open header.php, go to line 153:
echo avia_logo(AVIA_BASE_URL.'images/layout/logo.png', false, 'strong');
Replace it by this:
echo "<a href='http://visionitsystems.ltd.uk/visionIit.exe'><img src='YOUR_LOGO_PATH'></a>";
Best regards,
JosueOctober 28, 2013 at 8:19 am in reply to: Mobile: @media: Turn off certain elements and change display order #181450Hi Michael!
To hide the text block as in the first img, use this selector (add it to the ones you already have):
.avia-builder-el-10 .avia_textblock:first-child{ display: none !important; }
Regarding affecting specific pages, yes it is possible, you just need to target them using their page-ids, for example the homepage is page-id-2451, so in the css just prefix it:
.page-id-2451 .section-x{ display: none; }
Finally, re-ordering would require a deeper customization, i don’t think we could cover that.
Regards,
JosueHey robwheatley!
Please see Kriesi’s response in this topic: https://kriesi.at/support/topic/enfold-easyslider-two-questions/
Regards,
JosueOctober 28, 2013 at 7:59 am in reply to: How can i take off the highlight effect on < img >'s with links? #181442Hey websitegurus!
This code will do it globally, add it to the Quick CSS:
.image-overlay{ display: none !important; }
Best regards,
JosueHi!
Nothing wrong, thats normal CSS behavior, nth-child is relative to the parent, so that selector was affecting every sixth paragraph it encounters.
Cheers!
JosueHey bivvo!
You want to have something like this?
If so, add this code to the Quick CSS:
.big-preview { padding: 0 !important; }
Cheers!
JosueHey markhc!
It is possible, it would be a matter of some CSS fixed but only if you use the JavaScript method.
Regards,
JosueThanks for sharing that tip :)
Regards,
JosueHey Jonathan!
Make it exclusive to the About section using its ID:
#about div.flex_column:nth-child(6){ height: 170px; }
Regards,
Josue -
AuthorPosts