Forum replies created
Hi Angelo,
Upon checking, it looks fine at my end, and Parallax Slider is working well (see: http://prntscr.com/80c7wk). I test is by checking the option “Home page only” and it worked correctly. Another check, by selecting the second option which is according to page to page, and it also worked fine here: http://prntscr.com/80c9qk. Please confirm the issue again if it still existing, so we provide you further assistance.
Thanks.
You’re welcome! 🙂
Hi Georgios,
Thanks for writing in!
There is no such “wpml-config.xml” file we provide to translate the sliders. Though, if you need to do so, I’d refer you to our services page, where you can order a quote to get it done.
https://theme4press.com/theme-customization-service/
Thanks.
Hi Donna,
Thanks for writing in!
Firstly, if you wish to customize the links into your posts, so you can use the custom code given below into your custom CSS. However, the remaining queries are answered into your other post. Please add the following code under your customizer:
.share-this a i {
text-shadow: 0 1px 0px #111;
color: #8597A0;
}
.share-this a:hover i {
color: #000;
}
h1.entry-title {
color: #000;
}
.published {
color: #000000;
}
span.author.vcard {
color: #000;
}
.entry-header a {
color: #e7e7e7;
}
.navigation-links.single-page-navigation.clearfix.row a {
color: #000 !important;
}
Hope this helps!
Thanks.
Hi Donna,
In regard to customizing the three tabs: “Poplular, Recent, Comments”, you can change the values according to your requirement into the given code below. Please add the following code into your Custom CSS field:
.evolve_tabs .widget-content {
border: 2.5px solid #c58d01;
}
.tab-holder .tabs li {
background: #e3e3e3;
}
li.active a {
background: #B73B3B !important;
}
To achieve the required changes for the two widgets left of the content, you can use the following code into your custom CSS field:
#secondary-2 .widget-title-background {
background: #986E05 !important;
}
#secondary-2 .widget-content {
border: 2.5px solid #986E05 !important;
background: #e3e3e3 !important;
}
Thirdly, the images shows in your posts with a camera, and if you wish to hide the image when you haven’t set any image in any of your post, so you can use the following code into your custom CSS:
.hentry:not(.has-post-thumbnail) .thumbnail-post {
display: none;
}
Thanks.
Hi Lukasz,
Thanks for writing in, if you wish to center the main menu in header for all screens sizes, so you can try the following code under your Custom CSS:
#sticky-nav {
float: none !important;
position: static;
left: auto;
width: 739px;
margin: 0 auto;
margin-right: 16%;
}
Hope this helps!
Thanks.
`
Hi Sandra,
If you wish to resolve the main menu hover issue on firefox, so you can achieve that by adding the following code under Appearance > Theme Options > Custom CSS:
.link-effect a span {
-moz-transition: none;
}
Hope this helps!
Thanks.
Hi Donna,
Thanks for writing in, if you wish to achieve your tagline right under the blog title, so you can add the following code under Appearance > Theme Options > Custom CSS:
#tagline {
clear: right;
width: 220px;
margin-left: 13em;
}
Thanks.
Hi Donna,
Upon checking, it seems to be working fine at my end (see: http://prntscr.com/7yuk2p). However you can try this following code if that works:
.widget-title-background {
width: 108.5% !important;
position: relative !important;
right: 14px !important;
min-height: 46px !important;
}
In regard to, change the background specifically to a particular widget, in such case you can let us know about the related widget and we’ll provide you the code. For widget background color change, you can use the following code into your custom CSS:
.widget-content {
background: #ffffff;
}
Thanks.
Hi Sandra,
Thanks for writing in!
Upon checking, it looks like your website is in under construction mode. Please disable it or provide us with your WordPress admin login credentials so we can take a closer look to your setup.
Thanks.