vadim-v
Forum Replies Created
-
Please do.
Folder when adding a new theme
wp-content/plugins/ml-slider/assets/nivoslider/themes
that it appears in the admin menu.Add folder to the theme Orman
and nothing happened.Here are two theme that interest me:
https://www.oik-plugins.com/wp-content/plugins/oik-nivo-slider/screenshot-9.jpg
https://www.oik-plugins.com/wp-content/plugins/oik-nivo-slider/screenshot-A.jpg
https://www.oik-plugins.com/oik-plugins/oik-nivo-slider-jquery-nivo-slider/Simplify the addition of new theme, then you can add yourself
/* Tabs style-4 */ .su-tabs-style-4 .su-tabs-nav { padding: 25px 0px 0 0px; margin: 0; height: 40px; background: none; } .su-tabs-style-4 .su-tabs-nav span { display: block; float: left; padding: 0 20px; height: 32px; line-height: 34px; margin-right: 5px; cursor: pointer; border-top: 1px solid #fff; border-right: 1px solid #fff; border-left: 1px solid #fff; background: #f1f1f1; border-radius: 5px 5px 2px 2px; -moz-border-radius: 5px 5px 2px 2px; -webkit-border-bottom-right-radius: 2px; -webkit-border-bottom-left-radius: 2px; } .su-tabs-style-4 .su-tabs-nav span:hover { background: #fff } .su-tabs-style-4 .su-tabs-nav span.su-tabs-current { background: #fff } .su-tabs-style-4 .su-tabs-pane { padding: 15px; border-right: 0px solid #e5e5e5; border-bottom: 0px solid #e5e5e5; border-left: 0px solid #e5e5e5; }
Fnswer:
Just to add to the file
/shortcodes-ultimate/css/style.cssNew style. another number.
Example:
.su-tabs-style-4 .su-tabs-nav span { display: block; float: left; padding: 0 20px; height: 39px; line-height: 39px; margin-right: 5px; cursor: pointer; border-top: 1px solid #fff; border-right: 1px solid #fff; border-left: 1px solid #fff; background: #f1f1f1; } .su-tabs-style-4 .su-tabs-nav span:hover { background: #fff } .su-tabs-style-4 .su-tabs-nav span.su-tabs-current { background: #fff } .su-tabs-style-4 .su-tabs-pane { padding: 15px; border-right: 0px solid #fff; border-bottom: 0px solid #fff; border-left: 0px solid #fff; }
Forum: Plugins
In reply to: [Social Share Buttons for WordPress] Поделится на фейсбуке,иерглифыПривет ребята, много людей пишут спрашивают.
В плагине как устранить причину не копался
но нашел как устранить иероглифы.В записях иероглифов нет
а на страницах естьВ записях окончание ссылки .html
а в страницах окончание ссылки /из за этого иероглифы
посему поменять окончание ссылки страниц и все гуд
можно вручную в коде вордпреса
а можно с помощью плагина Page_Htm
вот, на сайте нашел описание
https://www.wordpressplugins.ru/seo/page_htm.htmlForum: Themes and Templates
In reply to: [Poloray] Warning: _() expects exactly 1 parameter, 2 given inThanks Jesper Johansen (Jayjdk)!
Fixed:
line 41
<li class=”posted_by”><?php __( ‘By’, ‘poloray’ ); ?> <?php the_author_posts_link(); ?>Forum: Themes and Templates
In reply to: [Poloray] Warning: _() expects exactly 1 parameter, 2 given inTheme Author is already possible to download?
https://www.ads-software.com/extend/themes/poloray
Download Version 1.0.0 ?Forum: Themes and Templates
In reply to: [Poloray] This theme is free?1.
https://www.ads-software.com/extend/themes/polorayDownload Version 1.0.0
Last Updated: 2012-11-26
Downloads: 2,180In the admin panel you can find it through the search and install.
Forum: Themes and Templates
In reply to: [Poloray] This theme is free?Why is it freely available?
And nothing is said.Forum: Plugins
In reply to: [Social Share Buttons for WordPress] Поделится на фейсбуке,иерглифы/%category%/%postname%.html
and
Plagin Page_Htm
https://www.wordpressplugins.ru/seo/page_htm.htmlNon-performing because the end of the road need a slash “/”
Forum: Plugins
In reply to: [Social Share Buttons for WordPress] Поделится на фейсбуке,иерглифыSocial Buttons Facebook
when you here are the characters:D?D?D?Dμ??D? D?D°D?D°D???D°
Tell me what’s wrong?
some pages properly:
https://www.facebook.com/sharer/sharer.php?u=https://vadimvolos.comsome bad:
https://www.facebook.com/sharer/sharer.php?u=https://vadimvolos.com/reviewsFor the Russian audience.
Russian translation plugin insignificant.Add the please! Or tell me how to do it?
Social sharing:
odnoklassniki + mail.ru
https://api.mail.ru/sites/plugins/share/vkontakte
https://vk.com/feedlivejournal
https://www.livejournal.ru/Forum: Plugins
In reply to: [Twitter for Wordpress] No public Twitter messages$messages = fetch_rss(‘https://api.twitter.com/1/statuses/user_timeline.rss?screen_name=’.$username.”);
Forum: Plugins
In reply to: [Twitter for Wordpress] No public Twitter messagesNow, it works!
$messages = fetch_rss(‘https://api.twitter.com/1/statuses/user_timeline.rss?screen_name=youraccountname’);
Forum: Plugins
In reply to: [Twitter for Wordpress] No public Twitter messages