Digital experiences for all disciplines
Forum Replies Created
-
-
Hi,
You mean the language switcher is gone in the mobile version?
Can you show us a link of the site, so I can investigate more.
Thanks,
laranz.Hi,
The images are linked to the gravatar, So what you need to do is. Create a gravatar account with the email id associate with that account. and upload a avatar there. It will show up in the blog page like this. http://neighborhood.swiftideas.net/blog-standard-with-no-sidebars/
The gravatar website is: http://www..gravatar.com
Let me know, what you got.
Thanks,
laranz.Hi,
Can you delete and re-upload that image?
Can you give us a problematic URL? So I can investigate more.
Thanks,
laranz.Hi,
Can you share a screenshot of that problem? Because I didn’t encounter any issues, did you disable the responsiveness in the theme options?
Let me know, what you got.
Thanks,
laranz.Hi,
You can copy past the latest widget code and change appropriate widget name to Random Widget.
That latest widget code is in includes\widgets\widget-posts.php
in the newly created file alter the WP_Query. give a ordeby value of rand.
Hope this helps, if you struggle somewhere let me know.
Thanks,
laranz.Hi,
Glad it works 🙂
Let me know if you have any other questions.
Thanks,
laranz.Hi GTS75,
You can go to edit that page, then in page meta (Just below the post editor) -> Page Options -> Uncheck the option “Show the page title at the top of the page.”
If you don’t want in all pages, just put this in Custom CSS.
.page-heading { display: none !important; }
Let me know, what you got.
Thanks,
laranz.Hi,
Glad you solve it by your own.
Let me know, if you have any other question.
Thanks,
laranz.Hi Luke,
When I visit the page, it load a website with a different theme. Can you confirm it.
Send me the WP Login details (with a private reply).
Thanks,
laranz.Hi,
That is how by default. The slider at the top then the content + Sidebar (if any)
Thanks,
laranz.Hi,
GO to Page -> Add New, Choose swift builder.
Click Choose Elements -> Choose Blog -> Then adjust its options according to your requirement.
Thanks,
laranz.Hi,
Go Revolution slider option page, Click edit slides of the slider you want to edit.
Again click Edit Slide (The slide you want to change transition), it takes you to that particular slide, there you can change the transition effects, usually its Random..
Check the picture in case of doubt.
Thanks,
laranz.Hi,
You can add your slides in The Slides menu below the Pages menu. You can even create group to manage sliders there.
This the shortcode we used in our demo..
[fullwidth_text alt_background="alt-one" el_class="mb0 mt0 bt0 pb0 no-arrow" width="1/1" el_position="first last"] [slider slide_page="ff-about-office" slider_type="slides"] [/fullwidth_text]
slide_page = Slides Group
Let me know, what you got.
Thanks,
laranz.Hi,
You can translate the theme using this: http://support.swiftideas.net/knowledgebase/how-to-translate-the-theme/
If you want just that text, then go to wp-content\themes\neighborhood\includes\plugins\love-it-pro\includes\display-functions.php line #26
wp-content\themes\neighborhood\includes\plugins\love-it-pro\includes\scripts.php line #12
Let me know, what you got.
Thanks,
laranz.Hi,
The top spacing can be removed by this, put this in Custom Styles in Theme Options.
.page .full-width-text { padding-top: 0 !important; }
The right and left can’t be removed, because that is out side of the page width..
Thanks,
laranz. -