Forum Replies Created
-
in reply to: line 4597 & upload logo
Hello,
This is Specular theme support forum. Please write your wp credentials in your theme’s forum. We will assist you asap.
Best regards!
in reply to: Unlimted sidebars feature not working…Hello,
This is Specular theme support forum. You have Tower theme. Please write only at your theme’s specific forum. Adding the same topic here won’t give you a faster reply but it will mess up the forum for other users.
I hope you can understand us.
I have already replied you in this other topic of your’s: https://support.codeless.co/forums/topic/unlimited-sidebars-issue/Best regards!
-
This reply was modified 10 years, 7 months ago by
Mirela.
in reply to: revolution sliderHello,
The slider is included in theme package and we update it to it’s latest version on every theme release. But if you must have a purchase code, then you will have to buy it. Can you tell us what is the issue with Revolution slider? We will do our best to support you.
To find your created topics, click on your name on this topic > View All Topics, and here you will find a list of all your created topics.Best regards!
in reply to: VC. Menu. TranslationHello,
1- Please read this article, for guidance.
2-Please send us some valid credetnials, in a private reply. So we can access your site and give it a closer look.
3-Sorry but it is not possible to make mega menu column titles links.
4-You can hardcore-translate, meaning: edit each text directly to it’s file. But this apart that will take quite some time. It will prevent you from taking future theme updates. Since an update overwrites all theme files (therefore all your changes). Ot you can translate it via .PO .MO files. Read here for more details.
5-To remove post title from page header and post content, please add this code into your custom css box:
.header_page.normal h1 { display: none;} .blog-article.standard-style .content h1 {display: none;}Best regards!
in reply to: Setup questions for header areaHello,
Please go to Header Options > Top Widgetized Area > Social Icon (Icon) Color, to change socials icon and background color.
Best regards!
in reply to: Site Identity is repeated twiceHello,
Please go to file functions.php, find and remove this line:
add_filter( 'wp_title', 'themeple_wp_title_filter', 10, 2 );Best regards!
in reply to: add a footer to the portfolio and the blog pagesHello,
Did you change anything to theme files? Or added some css code? It is not possible for the footer not to show in portfolio or blog.
Please add this code into your custom css box:.footer_wrapper { display: block; }Best regards!
in reply to: Unlimited sidebars issueHello,
This is strange. What version of the theme do you have? Can you please send us your wp credentials in a private reply? So we can give it a closer look.
Best regards!
in reply to: Problem with Full Width ContentHello,
Please add this code into your custom css box:
.footer_wrapper { margin-top: 374px;} .block_title.section_title { padding-top: 14px;}Let us know.
Best regards!
in reply to: Position of Footer on Mobile DevicesHello,
Please add this code into your custom css box:
@media (max-width: 979px){ .top_wrapper { min-height: 750px;} }Let us know.
Best regards!
in reply to: Twitter WidgetHello,
Yes, you have to change it back.
**I am assuming you did not do the above changes. In the same file, in these lines:foreach ($tweets as $message){ $output .='<li><dl class="dl-horizontal"><dt><i class="moon-twitter"></i></dt><dd>'; $output .= '<span class="message">'.$message['text'].'</span>'; $output .= '<span class="date">'.date_i18n( $time_format, $message['created'] + $message['user']['utc_offset']).'</span>'; $output .= '</dd></dl></li>'; }Remove this line:
$output .= '<span class="date">'.date_i18n( $time_format, $message['created'] + $message['user']['utc_offset']).'</span>';
Save file. That will remove only the date and not change the icon to avatar.Best regards!
in reply to: "View All" Portfolio PageHello,
Please go to file portfolio.php and edit the text there.
Best regards!
in reply to: Show pagination for portfolio carouselHello,
Yes, it’s done. I can’t delete the topic as it can be handy to other users with the same query.
Best regards!
in reply to: SEO – Demo dataHello,
I added this code:
.top_nav .footer_social_icons.circle li a i { color: rgb(153, 153, 153) !important;}into your custom css box. The socials are visible now. They were already there in white color, that’s why you couldn’t see them.Best regards!
in reply to: Tower Theme Menue ItemHello,
That is not a mobile menu, even if it has the same view. That is the extra side menu and it can contain widgets. You can set it ON/OFF at General Options > Layout > Extra Side Navigation. To add content, just go to Appearance > Widgets and add any widget you want.
Best regards!
-
This reply was modified 10 years, 7 months ago by