cristipaltin
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Oblique] Site text went bold suddenly!The only solution i found was to change the font. Other fonts seems to render normal, so far.
Forum: Themes and Templates
In reply to: [Oblique] Post summary at home page not evenHi @poonam9!
Not my thread to close!
I just used the info to solve my problem and say thank you! ??Forum: Themes and Templates
In reply to: [Oblique] Shortcodes in postsHi @poonam9!
I was adding the code in the visual tab. I guess that’s why i did not work.
Thank u for your help! ??Forum: Themes and Templates
In reply to: [Oblique] Featured image looks blurredHello @hardeepasrani!
This issue is visible on the demo theme too. Maybe it is a thing of responsiveness to my monitor (1680×1050).
I managed to improve by modifying the entry-thumb size from 370 to 500 in functions.php and media library image sizes accordingly.
add_image_size( 'oblique-entry-thumb', 500);
I don’t know if this is the right fix, but…for now it works.
Thank you!Forum: Themes and Templates
In reply to: [Oblique] H1 heading in home pageHi @poonam9!
I am still looking into this. I want to add h1 tag only for SEO purpose.
So..i find that i have to create a child theme and paste this code
<h1?style="display:?none;">my h1 tag description.?</h1>?
into index.php.
I tested it. It works!
Thank you for your reply!Forum: Themes and Templates
In reply to: [Oblique] Post summary at home page not even@poonam9 Wow! I was trying to eliminate the summary with no luck.
Followed your advice and set length to 0. Magic! ??
Thank you for your support! Great job!Forum: Themes and Templates
In reply to: [Oblique] Menu fontHello Hardeep! I noticed today that on mobile it does not preserves the font that i set up. So it must be some other code that i have to add to the fix. Still looking! ??
Forum: Themes and Templates
In reply to: [Oblique] Menu fontLooks like if i post the question here i have better chances to come up with the answer myself. ??
So here is the custom CSS i added to change the Menu font and size:.slicknav_menu{ font-size:20px; font-family:"Montserrat" !important; }
Cheers!
Forum: Themes and Templates
In reply to: [Oblique] Social Menu Open in same pageOk ?? I will try your code. Thank you very much for your time!
Cheers!Forum: Themes and Templates
In reply to: [Oblique] Social Menu Open in same pageHi, @mdshak !
Pls explain again what the code does. I did not understand.
The code prevents the theme from upgrading of prevents the upgrade from modifying the social menu javascript?
Thank you!Forum: Themes and Templates
In reply to: [Oblique] Social Menu Open in same pageHello! I finally got this figured out! Here it is!
First install WPide plugin. This will allow you to modify the javascrips.
Open plugin from the dashboard menu and in the top right box navigate to the theme javascript folder – themes/oblique/js and click on scrips.js
Now delete the code under “//Open social links in a new tab”jQuery(function($) {
$( ‘.social-navigation li a’ ).attr( ‘target’,’_self’ );
});and save the file.
Now when u test the page delete the browser cache or test it in another browser or incognito mode.
With that code gone u can custom set each link where to open by using check box ” Open link in new tab” – see @mdshak picture above.
That’s it! Cheers!Forum: Themes and Templates
In reply to: [Oblique] Social Menu Open in same pageHello!
Thank you kindly for your reply.
The “Open link ?n a new tab” box is not checked. I belive this works only for the primary menu.
The social menu is scripted that way so every link opens ?n new tab. That’s way i need the javascript name/location.
I believe i have to modify the code from:
target=”_blank” to target=”_self”
But i dont know where to find the javascript ??
Thank’s again!Forum: Themes and Templates
In reply to: [Oblique] Social Menu Open in same pageHi! Thank you @mdshak for your reply.
Here is the link
https://Www.cristipaltin.ro- This reply was modified 7 years, 11 months ago by cristipaltin.
Forum: Themes and Templates
In reply to: [Oblique] Mobile vs desktop alignmentHi @mdshak!
Tank you so much for your quick reply. It seams that deleting the page and recreating it fixed the issue.Forum: Themes and Templates
In reply to: [Oblique] Social Menu Open in same pageHi!Thank you for your reply!
It is possible to tell me where is the javascript that need modifying? I know what to change but i don’t know where! ?? Thank you!