Dinev Dmitry
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Squarex Lite] Disable header when reading postHello,
This option is available in the premium version.
Customizer > Single Post Options panel.Best regards,
DmitryForum: Themes and Templates
In reply to: [Squarex Lite] OpacityHi Andy,
.innerBox:hover .titleBox { background: rgba(255, 255, 255, 0.5); /* where 0.5 is your transparency value between 0 and 1. */ }
for mobile:
@media (max-width: 650px) { /* where 650 is your pixel value between 1024 and 480. */ .innerBox .titleBox { background: rgba(0, 0, 0, 0.2); /* where 0.2 is your transparency value between 0 and 1. */ } }
- This reply was modified 6 years, 8 months ago by Dinev Dmitry.
Forum: Reviews
In reply to: [Teletype] GoodThank you for your rating!
Forum: Reviews
In reply to: [Teletype] a placeboHave you turned the computer on? The theme works perfectly on hundreds of users sites. And only for you nothing works, so I asked: have you turned the computer on?
See demo site – https://demo.dinevthemes.com/teletype/ – how theme do works?
- This reply was modified 6 years, 11 months ago by Dinev Dmitry.
Forum: Themes and Templates
In reply to: [Teletype] Recent post section customizingHi,
You can do this by changing the line in the file
…/template-parts/section-blog.php$args = array( 'posts_per_page' => $limit_num, 'post_status' => 'publish', );
add after
'post_status' => 'publish',
this lines:'tax_query' => array( array( 'taxonomy' => 'post_format', 'terms' => array( 'post-format-image' ), 'field' => 'slug', 'operator' => 'NOT IN', ), ),
It is better to do these changes using the child theme.
Forum: Themes and Templates
In reply to: [Teletype] Customizing Gallery SectionYou must create at least 6 posts format image. Then enable the display of the section (Front Page Order) in Customizer.
Forum: Themes and Templates
In reply to: [Teletype] Page title interfering with headerThis option is not provided. I will consider to include this option in a future update.
Now you can do this: add a line of custom CSS (via plugin or Customizer):
.page-id-69 #headline h1 { display: none; }
where .page-id-69 – locate a class for a specific page in the tag body
Forum: Themes and Templates
In reply to: [Photoline Lite] Unactive Publish/Previev/Actualize buttons!You can find a specialist for customization of WordPress themes – he will make for you everything according to your requirements. We do not provide customization services at the present time.
Forum: Themes and Templates
In reply to: [Photoline Lite] Unactive Publish/Previev/Actualize buttons!1 .When I start writing new post buttons Save draft/Previev/Actualize become unactive.
This theme has no influence on the process of creation-editing posts/pages. Most likely the case in some of the active plugins: unplug them one at a time and check changes.
2. After an update there is a change in fonts on my website.
Yes, this is possible, because in the version 1.1.0 has been done a big update and a lot of changes, even in the file structure. Some settings will have to do again.
3. Title fonts are much lower than before.
See previous answer. Try configure via the custom css. Or you can try to change this with a plugin, for example Easy Google Fonts – https://www.ads-software.com/plugins/easy-google-fonts/
4. Pictures on the front page and in madia library shows only fragment of a whole picture. Before it was seen 100% of it and I want this back… I didnt touch any settings so it must be also theme issue.
See response on item 2. Overwrite the thumbnails using the plugin Regenerate Thumbnails
Forum: Themes and Templates
In reply to: [Squarex Lite] Social MenuSocial Links Menu Theme location in the footer area. To display social icons in a different place – use plugin with the widget features.
Forum: Themes and Templates
In reply to: [Squarex Lite] Social MenuTo create a Social Links menu item, use the tab Links (Edit Menus), example:
tab Links
URL https://twitter.com/your
Navigation Label TwitterScroll down to the bottom where Theme locations and check Social Links.
Can see here (scroll down to Social Links menu)
Forum: Themes and Templates
In reply to: [Photoline Lite] Theme is down after I updated it! Sth is WRONGOh, yeah, right! bug! well, it’ll fix today
Forum: Themes and Templates
In reply to: [Photoline Lite] Theme is down after I updated it! Sth is WRONGunchecked Display Site Title and Tagline, press Save, close the Customizer – should disappear.
Forum: Themes and Templates
In reply to: [Photoline Lite] Theme is down after I updated it! Sth is WRONG-In site banner I have my logo uploded, but under there is also seen site description – so looks like duplicate of the same.
Go to Customize > Site Title: check Hide title.
Also in Display options i have set Number of posts image format for 12, but it always shows just 10 – why?
The front page has its own settings in the number of posts that you can set in Display Options Customize section.
Setting the number of posts on the blog page (Latest posts as Front display) is the go to main admin menu Reading > Blog pages show at most
Forum: Themes and Templates
In reply to: [Photoline Lite] Theme is down after I updated it! Sth is WRONGTo lisiakita: If with the new update You will found bug – please feedback. This issue is solved.