Forum Replies Created
-
AuthorPosts
-
wensolutionsKeymaster
You can create multilingual site by installing WPML , WordPress Multilingual Extension.
wensolutionsKeymaster@Smart, you need to input the Portuguese translated text of your button from the customizer theme option.
Go to Appearance -> Customize -> Home/Front Featured Slider -> Slider Option and input the text in the text box and [Save]
Similarly, to translate “Our Services” , go to Appearance -> Customize -> Home/Front Service Section -> Service Options and input your translated text and [Save] your input.
Hope this helps !
wensolutionsKeymasterHello @rosty.jeedom
I really appreciate that you have understood the functionality of the widget.
It might seem easy but it needs a more customization to fill that empty space with the posts which is not a basic one.
So for this you need to Hire a Customizer.Best Regards!!!
wensolutionsKeymasterHello Armandos,
It seems like you are having problem aligning the logo center with the tagline, right?
Well, You can achieve this by some CSS tweaks.
Go to Admin Panel’s Appearance-> Customize->Themes Options-> Advanced Options-> Custom CSS.
Now inside Custom CSS box put the following code..site-branding .site-logo { margin-top: -16px !important; }
Instead of -16px, you can replace it with a suitable value you would like to have.
Let us know how it goes.
Regards.wensolutionsKeymasterGoing back a little to your previous query for Latest News widget, this widget is programmed to pull up the posts from any category you make so logically not possible to pull the pages. Hope you have understood it.
Regarding use of image (photo ) as icon in place of font-awesome icon is somehow not possible without customizing the source code. Although it is possible by first creating a Child Theme and edit the widget code to place the image source code.
Note: We do not recommend you to edit the .htaccess file for URL redirection. Service widget URL field alone would help you to link the block to the custom page link that you enter on this field.
wensolutionsKeymaster@martijn, you can display your current category menu as horizontal navigation.
Go to customize Theme Options -> Header Options and check the box for Show Category as Navigation option.
Note: Make sure you post in your further queries on premium forum for Photo Perfect Pro theme.
Thanks
wensolutionsKeymasterHello @Sarah, could you please let us know which extension you are trying to use in homepage for Google Map integration and in which section ?
Also, if possible, please provide your site URL so that we could inspect it and try to find the solution for you.
Thanks
wensolutionsKeymaster@martijn, this was a quick and easy hack through custom CSS without any extra effort of customization.
Regarding its custom placement in header or footer or in menu this is possible if you can go through customization of the theme. These changes can be customize by making a Child Theme, overriding the parent theme features.
Alternatively, you can consider hiring a customizer to do this custom job for you in a safe way along with required design workarounds needed during customization.
Kindly, let us know if you have any other queries.
wensolutionsKeymasterNice to know that the problem has been solved. If there are any further query, then, please feel free to post them.
wensolutionsKeymasterHello @hajitha,
In order to remove the underline on the linked text, just put the following CSS code in
Appearance -> Customize -> Theme Options -> Advanced Options -> Custom CSS
.entry-content a{ text-decoration: none; }
Hope this helps !!
Thanks.
wensolutionsKeymaster@martijn, you can move the search bar to either left or right by writting some Custom CSS.
Just copy the following snippet of code according to your choice and place it in Appearance -> Customize -> Theme Options -> Advance Options .
#header-extra .search-form { float: left; /* to place the search bar on left */ }
#header-extra .search-form { float: right; /* to place the search bar on right*/ }
wensolutionsKeymasterHello @rosty.jeedom
How to add post below the first to fill the empty space in “categorized-news-widget” ?
The content is coming from the “categorized-widget” as you know. And the widget is made to display the post in such way that the one recent post is displayed in left-side of the widget and the right-hand shows the remaining posts. However you can restrict the post to display in right section of the widget.
So no matter how many post you show in right hand side, the left hand side shows only one post.So if the post is more in right hand side then there will be space below that post in left hand side.
Attached screenshot of the widget might make you clear.
https://www.dropbox.com/s/w99f1cwhp1hxrao/widget.png?dl=0Regards!!!
March 5, 2016 at 10:54 am in reply to: Bizlight Pro theme problems by displaying on mobile phone #3104wensolutionsKeymaster@Mariam, after some round of testings this issue has now been tagged as ‘Known issue’ and is scheduled to be address exclusively in next update release very soon !. So upcoming version will resolve this slider responsive issue exclusively in all type of devices.
Note: After availability of next version, you would need to dump all existing custom CSS written for slider.
Thank you for your patience in advance !
wensolutionsKeymasterHello @tiffanyymariee, it seems like you have not updated your theme to the latest version available after Theme Palace have upgraded its automatic theme updates and other maintenance work.
Make sure you have got update notification of Photo Perfect Pro theme in your Appearance -> Themes from which you update it to the latest version 1.3 .
Retry your license key after updating your theme.
For more details :
http://themepalace.com/news-events/site-maintenance-complete/
http://themepalace.com/tutorials/activate-themes-license/Note : If you have not received update notification of your theme, please request us its updated version by mailing us at support@wensolutions.com .
Thank you
wensolutionsKeymasterHello @wolfsong,
The plugins that you are using fetches latest news from the custom posts.The request you have asked for is a featured request and it requires lots of customization of the theme file. You can create child theme to achieve this feature. After activating the child theme, creating new php file, edit the code inside /themes/wen-business/latest-news.phpYou can go through this helpful tutorial and achieve the result. However, you need to customize the theme’s code carefully as design of the wen-business theme is different from the theme mentioned in this tutorial.
Latest news linking to pageLet us know how it works!!
Regards. -
AuthorPosts