Forum Replies Created
-
AuthorPosts
-
wensolutions
KeymasterHello @zulkar,
Actually, we are having trouble in understanding your query properly.
So please explain your query properly so that we could understand and please do not forget to post your site URL to inspect the issue properly.
Thank you.
Best Reagrds!!
wensolutions
KeymasterHello @fatim,
This is noted as the none issue and we will soon release the update fixing the issue .
For now use below given CSS in Additional CSS .
#featured-carousel { background-color: transparent; } #content { background: none; }Hope this helps .
Best Regards!!
wensolutions
KeymasterHello @hansvjensen,
Glad that you have figured out some of your issue by yourself.
Now to remove the white block of meta filed in search field use below given CSS.
.search footer.entry-footer { display: none; }To display the white border button at the front page use below given CSS .
div#sidebar-front-page-widget-area aside.widget { border-bottom: 1px solid #fff; padding-bottom: 20px; }Hope this helps .
ALso pleae post your query creating the new topic as it has almost been 4 page so it will be difficult to track your query .
Hope you understand .
Best Regards!!
Have a great day 🙂 .
December 3, 2017 at 10:53 pm in reply to: How to show Social Media Icons "OneFold: social" widget/menu #59648wensolutions
KeymasterHello @dickkirkland,
To make the social icon display in the site at first you need to create the social menu including your desired custom links by going to Admin Panel > Appearance > Menus .
Screen shot:
https://image.prntscr.com/image/kfUGtD1lSw6J_Bv3vLTEsw.png
Then go to Admin Panel > Appearance > Customize > Menus > View All Location and then assign the created social menu in Social menu Location .
https://image.prntscr.com/image/oj50ts2JRLqC5mOnLhh8-A.png
Also make sure you have enable the option Show social icons in Customize > Theme Options > Footer Options .
As for the widget you have place the Widget Onefold: Social in your desired widget area .
Hope this helps .
Best Regards!!
Have a great week 🙂 .
wensolutions
KeymasterHello @dickkirkland,
While inspecting your Website, it is seen that the Home Link in your menu is actually custom link to your website URL and not a page link in the primary menu.
To get the results like in the demo of Onefold Pro theme, you can remove the custom home link and add the page that you have set in static front page to the menu Labeling it as “Home” from your Admin Dashboard > Appearance > Menus.
This will give you the same menu format / functionality as in the Demo of the theme.
if you have any confusions further please feel free to post your queries here.
Hope this Helps,
Best Regards !!
wensolutions
KeymasterHello @hansvjensen,
When we checked the CSS locally it did not generate such issue and more likely the issue is not caused due the CSS . If its causing the issue then please remove it .
Now for information about the font type used you can go to Admin Panel > Appearance > Customize > Them Options > Font Family Options and view the font used in different section . You can even change the font type from here. You can even inspect the font type from the site . Just click right button of mouse and click in Inspect . Then scroll down at the right side (Style Tab ) , there you will find the font type used in the site .
Screen shot :
https://image.prntscr.com/image/AkljCjN5TgOuBXapmuE1YA.png
Hope this helps .
Best Regards!!
November 30, 2017 at 11:41 pm in reply to: pop up scripts and tracking scripts are not running #59500wensolutions
KeymasterHello @ptoptions.
First of all we would like to apologize for delay in replying to you .
As for the issue when we tried to inspect the issue in your site URL , we found that the currently active theme is not TP Philosophy . So please activate the theme and inform us and we will inspect further .
Thank you .
Best Regards!!
Have a good day 🙂 .
wensolutions
KeymasterHello @bridgeschool,
Actually Blog page in general is considered as the page where your latest posts are listed . The page that displays the latest post that you have created from Admin Panel > Posts > Add New . This page is set by going to Admin Panel > Appearance > Customize > Home page setting > Posts page.
Screen shot:
https://image.prntscr.com/image/zyzU_P-oSOSo_KwfJPgf7Q.png
For you information it doesn’t necessarily have to be named as BLog . It could be of any name but you have to assign that page in post page option to display the recent posts .
Hope this clears the confusion .
If you have confusion further then please let us know .
Best Regards!!
wensolutions
KeymasterHello @nightsys1,
When we checked the latest version of the theme locally we are unable to find such issue .
So please post your site URL so that we could inspect further .
Hope you understand .
Best Regards!!
wensolutions
KeymasterHello @rnb,
You can definitely place different featured image for different page .
For this simply go to individual page and upload the image in Featured image section of that page like the one you have done in post .
You can refer to the theme official documentation for more info .
http://themepalace.com/instructions/themes/wen-business/
If you have any confusion while setting up then you can post your query here and we will help you .
Best Regards!!
wensolutions
KeymasterHello @hansvjensen,
To change the color of the search bar to yellow please use below given CSS.
For this go to Admin Panel > Appearance > Customize > Additional CSS and paste below given CSS .
.header-search-box .search-box-wrap { border-top: 4px solid #fcdb0c; } .header-search-box .search-box-wrap::before { border-bottom: 8px solid #fcdb0c; }Hope this helps .
Best Regards!!
wensolutions
KeymasterHello @hansvjensen,
Glad we could help you .
Now your queries has been answered below :
To remove the dots above the menu section use below given CSS.
.main-navigation li.home-menu.current-menu-item a::after { border-top: none; border-left: none; }The border at the footer does not appear because it is only shown for max width of 1024 . But if you still want to display the border at the button in desktop use below given CSS .
#primary, body #content .sidebar { border-bottom: 1px solid #dddddd; } #pl-2 .so-panel:last-child { margin-bottom: 20px !important; }Also as for the social links, you can definitely add your own custom links in the header section .
Hope this helps .
Best Regards!!
wensolutions
KeymasterHello @hansvjensen,
Please use below given CSS for the single post .
.single .entry-footer { display: none; }Hope this helps .
Best Regards!!
wensolutions
KeymasterHello @hansvjensen,
When we checked the CSS locally it is working absolutely fine as you can see in below screen shot .
https://image.prntscr.com/image/W-CRicoGQhCdu-R-y4Ldhg.pngSo please make sure you have included the proper CSS in Additional CSS . Also once try by using below given CSS.
#tophead .head-date::after { border-top: none; }Now to remove the white border in the individual page use below given CSS.
.page .entry-footer { display: none; }Hope this helps .
Best Regards!!
wensolutions
KeymasterHello @tarek-elnazer,
Yes you can turn off the meta field in individual post through the use of custom CSS but the process will be tedious as you need to add custom CSS for each individual post using the ID .
If you still want to follow this approach then you need to add below given CSS in Admin Panel > Appearance > Customize > Additional CSS .
.single.postid-3045 .entry-meta { display: none; }For other post you just need to simply add this CSS by replacing the ID with the ID of that Post .
Hope this Helps .
Best Regards!!
-
AuthorPosts





