corvex
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [OceanWP] Site text logo with line breaksHello.
Thanks. I did it. But is there a way to alter Site title in functions.php?
Font scales better, than raster images.So what function should I use to distinguish posts only?
in_category($category)andis_single()don’t work.Mentioned functions return
true.Forum: Themes and Templates
In reply to: [OceanWP] Different number of blog entry columnsWorks perfect. Thanks a lot!
Sorry for late reply.Forum: Themes and Templates
In reply to: [OceanWP] Blog Entries ignore content formattingThanks a lot man! That’s what I need!
- This reply was modified 6 years, 8 months ago by corvex.
Forum: Plugins
In reply to: [Reusable Text Blocks] Non Latin letters in IDsAnybody home?..
Forum: Themes and Templates
In reply to: [OceanWP] Customizer CSS vs Appearance custom CSSThanks! Seems legit.
Forum: Themes and Templates
In reply to: [OceanWP] Customizer CSS vs Appearance custom CSSThanks. But it’s interesting – what’s the difference? Why in OceanWP CSS option in customizer exists if we have “Appearance – Custom CSS” option already?
Forum: Plugins
In reply to: [Ocean Social Sharing] Add more social networksOk. But how should I add custom social networks if instruction mentioned above doesn’t work?
Forum: Plugins
In reply to: [Ocean Social Sharing] Add more social networksIf I alter the original file plugins/ocean-social-sharing/ocean-social-sharing.php too, everything works fine. But I don’t understand where exactly should I place it in child theme.
Forum: Plugins
In reply to: [Ocean Social Sharing] Add more social networksThanks a lot! But it doesn’t work as described on that page. I did exactly as they said but no success. It seems there is although
plugins/ocean-social-sharing/ocean-social-sharing.php
file that fills the array with social network classes and their names. It seems that file should be altered too.
I’m not skilled enough to decide what to do myself. It would be great if you suggest me next steps.
Thanks in advance.
Forum: Plugins
In reply to: [Reusable Text Blocks] Non Latin letters in IDsUpdate!
When I’m going to insert Text block via menu to the widget or page it shows correct Cyrillic names, but after insertion I see mentioned above coding, so I can’t understand what this text block is. I should check the whole list of text blocks with a digital ID to identify exact text block inserted. Is it possible not to code Cyrillic letters inside shortcodes? It would be great if they are human readable. Of course I can give English (Latin names) to my Text blocks, but the problem is that they are language specific, so they differ often only slightly. This makes translation to English (saving the exact context) difficult.
Any suggestions?Thanks in advance!
Forum: Fixing WordPress
In reply to: How do I redirect visitors to a specific pageForum: Fixing WordPress
In reply to: How do I redirect visitors to a specific pageHi! Maybe it’s easier to redirect logged in users? But display standard page for the rest.
Forum: Themes and Templates
In reply to: [OceanWP] One column Blog EntriesThanks man! That works for me! Exactly what I need.
Forum: Plugins
In reply to: [HTML Editor Syntax Highlighter] hidden tagsI don’t know any reason to use visual editor. Because everything on the site is displayed via css and themes.
PS You can completly disable visual editor using this code in your theme finctions.php or your own simple plugin:
add_filter ( 'user_can_richedit' , create_function ( '$a' , 'return false;' ) , 50 );