NicolausX
Forum Replies Created
-
Forum: Plugins
In reply to: [Ninja Tables - Easiest Data Table Builder] Product Specification Table ?!Hello i manage to do it by the tutorial on your site, i have a feature suggestion for this plugin if you be interested on..
The Image for a specific tab should be able to float left or right individually on the Product Specification Table.
I mean Image field to have its own container/div styles/class individually from the Table’s row’s it will look much better than the integrated image row.
something like this :
Best regards and ty very much for offering a free version on this plugin.
- This reply was modified 5 years, 7 months ago by NicolausX.
Forum: Plugins
In reply to: [Blossom Recipe Maker] Use it only by shortcode ?!I solve it, this is the code :
'label' => __( 'Blossom Recipe', 'blossom-recipe-maker' ), 'description' => __( 'Blossom Recipe Post Type', 'blossom-recipe-maker' ), 'labels' => $labels, 'taxonomies' => array('recipe-category', 'recipe-cuisine', 'recipe-cooking-method','recipe-tag'), 'supports' => array( 'title', 'editor', 'author', 'thumbnail', 'excerpt', 'comments' ), 'menu_icon' => 'dashicons-blossom-receipe', 'hierarchical' => false, 'public' => false, 'show_ui' => true, 'show_in_menu' => true, 'show_in_admin_bar' => true, 'show_in_nav_menus' => true, 'can_export' => true, 'has_archive' => false, 'exclude_from_search' => true, 'publicly_queryable' => true, 'capability_type' => 'post', 'rewrite' => false,
Add this to : class-blossom-recipe-admin.php
carefull the aurhor is not answering by any methods so with this plugin you must know PHP and be very patient with code.
- This reply was modified 5 years, 7 months ago by NicolausX.
Forum: Plugins
In reply to: [Shortcode IMDB] The Div Inherits Theme styles ?!Hello, no that did not solve it problem, but i find where the problem comes from.. if it helps you or someone else,
The theme footer css class of my theme name is simple “footer” same like the shortcodes footer id .. by hierarchy wp get the class from main css not the the shortcode class id : “footer”.
I rename the class in “footer” to “imdbfooter” in style.css of plugin and in :
class.skins.php line : 379 :
class=”footer” to class=”imdbfooter” at the begin of the line.
i manually change the class and it worked.
All the best Kemal
Forum: Fixing WordPress
In reply to: similar plugins to Custom Post View Generator?Hello mr Steve.
thanks for taking the time to answer.Exactly what that plugin do : a post layout .
In the right (featured image) and in the left information about the software like table with data about it.I made this in html but the design is not responsive and i need this info to be custom fields so i can add them for each post has per software.
I also try to do it in the wp editor by html but the result looking very unprofessional and not aligned, it needed to be a plugin or a shortcode because if i do this code in html for each post i go nuts…
Best regards.
Forum: Fixing WordPress
In reply to: Displaying something above sidebar ?!!Ok thanks i will try to manually inspect the css file line by line, the problem with !important is thare made like that to modify wp original css rules in the style.css i try changing them and it goes on changing the layout of the post , menu etc..
Best regards.
Forum: Fixing WordPress
In reply to: Please help with tweaking layoutgraphicscove , Can you answer me to pls ? https://www.ads-software.com/support/topic/displaying-something-above-sidebar?replies=2
Forum: Fixing WordPress
In reply to: Displaying something above sidebar ?!!Hello again.
Here is a small video i made to describe my problem more clear :
https://vid.me/Nb4ySo is clear the fact that for a brief moment (1.2 sec ) on loading the page the login box shows how it must look like after that it go’s to looking the way my Theme intends to make it.
Hopefully some1 well answer me……………………………………………