-
-
<div class=”user-html”>
Hello world! Please help!
1) Hello. Can’t set URL on the button GO in plugin Visual Composer. Have message: undefined, and nothing happends after saving. How can i fix this issue? https://i.imgur.com/KbaVVJs.png
2) Can’t find where i can edit menu of archive page. I edited blog page’s header (menu background): https://i.imgur.com/Rf37nav.png. But i can’t find where i can edit category (?cat=N) page: https://i.imgur.com/nWMPqXM.png. I mean this: https://i.imgur.com/Xsh2JKH.png
3) Where can i edit “Archive” name in the title? https://i.imgur.com/2to5Fr3.png Why does the title of the category named “Archive”? How to change it on Blog?
4) When i resize the windows the backgound color changes into white – where can i edit this backgroud color? https://i.imgur.com/hwuzpPo.png – normal width, when resize – https://i.imgur.com/Wc6vG42.png.
</div>
-
-
-
Hello,
*This topic is the same as this: https://support.codeless.co/?topic=vc-button-go-and-url-and-2-questions.
2- I can not find the page you mention. Please send the exact url.
3- I failed to find a ‘Archive’ title in your site. Do you mean the ‘Blog’? (i don’t understand your language, and i can’t find it in english.)
4- When you resize, the responsive mode css classes are used. So you have to edit the background color for the responsiv emode as well.
Add these lines into your custom css box:@media (max-width: 979px) and (min-width: 768px){ .header_1 .header_wrapper, .header_4 .header_wrapper { background-color: rgb(10, 9, 9) !important; } }
Ps: We answer topics based on their arrival time. The oldest first. So by updating topic like this, you only delay the reply time.
Best regards!
-
-
-
-
Hello,
1- I Can’t login with these credentials (screenshot). Please check again.
1.2- I checked your pages, and i did not find any ‘Archive’ or ‘Архив’ word in neither the title or page header. (Always checking the frontend!) It does not show in our side. Did you change any of the theme files?
3-Refer to this topic: https://support.codeless.co/?topic=problem-with-customizing-navigation-since-wpml , for the wpml. You should buy it, install and follow the instructions of wpml official site and follow their video tutorials.
4-To remove the arrows add these lines into your custom css box:
.nav-growpop a.prev { display: none;} .nav-growpop a.next { display: none;}
Best regards!
-
-
Hello,
Please edit the file ‘functions.php’. Find the lines:
function themeple_wp_title_filter( $title, $sep ) { if ( is_feed() ) { return $title; }
Replace with:
function themeple_wp_title_filter( $title, $sep ) { if ($title=='Archive') $title=""; if ( is_feed() ) { return $title; }
About the Visual Composer buttons please wait the next theme update, it will be available soon.
You can set the background color of the pages at Specular Settings. If you want to change only the bg color of archive pages, add this css code at Custom Css Code box:
.archive #content { background-color: #fff !important; }
Fixed the header bg color. I set it at Specular settings https://www.clipular.com/c/5796567308042240.png?k=RPH16jLDrMCU34Y9bK51QGXV8Cg
Best regards!
-
-
-
You must be logged in to reply to this topic.